Search found 1 match

by ascansee
Sun Apr 16, 2023 8:37 am
Forum: R2MLwiN user forum
Topic: exporting results
Replies: 3
Views: 8870

Re: exporting results

We don't currently provide an automated way to extract this information together so you will need to extract it from the returned model object. If for example you had run the following: > require(R2MLwiN) > data(tutorial) > (mymodel <- runMLwiN(normexam ~ 1 + (1 | student), data = tutorial)) -*-*-*...