Search found 4 matches

by krcassiday
Fri Feb 03, 2023 3:41 am
Forum: MLwiN user forum
Topic: Multiple Membership Weights
Replies: 2
Views: 15947

Re: Multiple Membership Weights

Thank you so much for your response. I appreciate you providing a few viable options. This information will help me move forward.
by krcassiday
Tue Jan 31, 2023 4:34 pm
Forum: MLwiN user forum
Topic: Multiple Membership Weights
Replies: 2
Views: 15947

Multiple Membership Weights

Hello! Is it necessary for the multiple membership weights to add up to 1? I have a district-level dataset that includes students in schools. In some cases, students leave the district and are not tracked to the school in which they moved. For example, a student attends an out-of-district school for ...
by krcassiday
Tue Mar 01, 2022 3:01 pm
Forum: R2MLwiN user forum
Topic: Saving Level 2 Residuals When Running Multiple Chains
Replies: 2
Views: 51349

Re: Saving Level 2 Residuals When Running Multiple Chains

Thank you so much for your reply. I will install the updates! I appreciate your help.
by krcassiday
Tue Feb 15, 2022 4:43 am
Forum: R2MLwiN user forum
Topic: Saving Level 2 Residuals When Running Multiple Chains
Replies: 2
Views: 51349

Saving Level 2 Residuals When Running Multiple Chains

Hello,

I am running several models in R2MLwiN. When I run the models with 1 MCMC chain, I am able to use the resi.store.levs = 2 argument as shown below:

(mymodel3 <- runMLwiN(math ~ 1 + y + z + (1 | unique_s1) + (1 | student_id), estoptions = list(EstM = 1, mcmcMeth=
list(burnin=500 ...