logo Hurry, Grab up to 30% discount on the entire course
Order Now logo
789 Times Downloaded

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Prince KakkrSocial sciences
(5/5)

523 Answers

Hire Me
expert
Basudev RoyMathematics
(/5)

935 Answers

Hire Me
expert
StatAnalytica ExpertBusiness
(5/5)

994 Answers

Hire Me
expert
Elizabeth BachStatistics
(5/5)

534 Answers

Hire Me
Biostatistics
(5/5)

Estimate the population variation in annual growth rates of Nepali children and explore whether this differs by mothers parity

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Biostatistics 140.653

Third Term, 2022

Problem Set 3 

Instructions: Feel free to discuss and complete the analysis with other students. However, each student must write-up their own solutions. Write as if for a scientific journal. Be brief and accurate. Submit your text answers along with your code in an html or pdf file generated via RMarkdown.

Due in CoursePlus drop box: Friday, March 11 by 12:00pm (noon) EST

For this problem set, use the complete Nepal Anthropometry Study (NAS) Dataset with up to 5 measurements on each child over time.

The goals of the analysis are to:

1) Determine if the average growth rates of children differ by mother’s parity (number of previous live births)

2) Estimate the population variation in annual growth rates of Nepali children and explore whether this differs by mother’s parity

Part I: Get familiar with the data

1. Make a table of mother’s parity (alive variable). Ideally, we would compare children of nulliparous women to categories of women of parity > 0. However, in this dataset, there are only 19 children from nulliparous women. So, we will create two categories of women: parity ≤ 3 (i.e. 1 to 4 live births) vs. parity > 3 (5 or more live births).

2. Make a spaghetti plot of children’s weight as a function of age; connecting the measured weights within a child over time. Color code the data by parity group. Add smoothing splines for each parity group. Note any similarities or differences in the growth rates across the two parity groups.

Part II: Model checking and recommendations

Fit the following model to the data:

π‘Œπ‘Œπ‘–π‘–π‘–π‘– = 𝛽𝛽0 + 𝛽𝛽1π‘Žπ‘Žπ‘Žπ‘Žπ‘Žπ‘Žπ‘–π‘–π‘–π‘– + 𝛽𝛽2𝐼𝐼(𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑖𝑖 > 3) + 𝛽𝛽3𝐼𝐼(𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑝𝑖𝑖 > 3)π‘Žπ‘Žπ‘Žπ‘Žπ‘Žπ‘Žπ‘–π‘–π‘–π‘– + πœ€πœ€π‘–π‘–π‘–π‘–, πœ€πœ€π‘–π‘–π‘–π‘–~𝑁𝑁(0, 𝜎𝜎2), πΆπΆπΆπΆπΆπΆοΏ½πœ€πœ€π‘–π‘–π‘–π‘–, πœ€πœ€π‘–π‘–π‘–π‘–οΏ½ = 0,

where i indicates the child (i =1, …, 200) and j denotes the follow-up (j = 1, 2, 3, 4, 5).

1. Conduct appropriate checking of this model; i.e. check for appropriateness of the mean model, and the independence and constant variance assumptions for the residuals.

2. Based on your model checking, propose an alternative model for the data that can address the first goal of the analysis (i.e. determine if the growth rates of children differ by mother’s parity (number of previous live births) while satisfying the observed patterns in data with respect to the mean model and distribution of residuals. NOTE: If you modify the mean model, you may want to iterate between model checking for the mean.

Part III: Marginal model for longitudinal data

1. Use the gls function in R to fit the model you proposed in Part I. From the fit of the model, compute the estimated 𝐢𝐢𝐢𝐢𝐢𝐢𝐢𝐢(πœ€πœ€π‘–π‘–0, πœ€πœ€π‘–π‘–π‘–π‘–) for j = 1, 2, 3, 4 where the follow-up visits (fuvisit) have values 0 (baseline) and 1, 2, 3, 4 (representing the 4 follow-up visits each 4 months apart).

2. Conduct a likelihood ratio test to address the first goal of the analysis; i.e. to determine if the average growth rates of children differ by mother’s parity (number of previous live births).

3. Fit the mean model you proposed in Part I using the gee function but where you allow the correlation structure to be “independence”. The gee function will produce standard error estimates assuming the independence assumption (labeled as “naïve” or “model-based” standard error estimates) and “robust” standard error estimates (using the Huber-White sandwich estimator). Compare the estimated coefficients and standard errors from the gls and gee model fits

(5/5)
Attachments:

Expert's Answer

789 Times Downloaded

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. ThisΒ  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme