cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
Sandeep123
Level III

controlling for site clustering

A large data set of >200,000 patients is from 125 hospitals. I am analyzing difference in outcomes ( mortality ( nominal) and Length of stay ( continuous) based on admission source. The other predictor variables include age, diagnostic categories, severity of illness score etc.

 

I need to account or site clustering. I can do this by adding site ID in the Fit model...I can make it into random effect also as I read on one of the discussion posts.

 

I wanted to ensure this is appropriate method to account for the clustering. I will be doing linear regression by standard least square and nominal logistic regression.

 

thank you for looking into it

1 REPLY 1

Re: controlling for site clustering

Yes, it sounds like a logistic regression model with covariates and site in the linear predictor is appropriate. You might also include cross terms for potential interaction effects such as length of stay at a particular site.

Recommended Articles