ATTENTION: THIS IS FOR MY MASTERS PROGRAM IN MENTAL HEALTH COUNSELING. THE COURSE IS: Research and Program Evaluation
Textbook:
Christensen, L.B., Burke Johnson, R., & Turner, L.A. (2014) Research methods, design, and analysis (12th ed.). Upper Saddle River, NJ: Pearson.
A youth center wants to improve the family life for teenagers at risk for violence. A program that is being implemented is a type of therapy called Functional Family Therapy. To assess the effectiveness of this type of therapy in reducing violence among youth, two youth centers are selected. One center provides Functional Family Therapy for the families of kids that have been at the youth center and are being released back into the care of their parents and the other your center continues their standard practice of follow-up and brief counseling of parents. For each teenager that is released to his or her family, data is collected on the number of violent encounters with other kids, with the law, and with other family members for a period of one month prior to and after the treatment program that was received. The following four outcomes are possible. Graph each outcome, state whether the treatment appears effective, and then identify the rival hypothesis that might explain the observed effect.
Submit the assignment to your instructor by attaching the document and clicking “submit.”
First Outcome
Experimental Group Pretest = 27 Post test = 13
Control Group Pretest = 10 Post test = 10
Second Outcome
Experimental Group Pretest = 16 Post test = 4
Control Group Pretest = 10 Post test = 27
Third Outcome
Experimental Group Pretest = 14 Post test = 27
Control Group Pretest = 5 Post test = 10
Fourth Outcome
Experimental Group Pretest = 4 Post test = 13
Control Group Pretest = 15 Post test = 15
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

