Thank you very much!
This is already very helpful.
Search found 2 matches
- Thu Mar 31, 2016 10:35 am
- Forum: R2MLwiN user forum
- Topic: exporting results
- Replies: 2
- Views: 12306
- Wed Mar 30, 2016 4:21 pm
- Forum: R2MLwiN user forum
- Topic: exporting results
- Replies: 2
- Views: 12306
exporting results
Hi,
I am doing a very simple two-levels models using R2MLwiN.
I was using the "coef" command to save the coefficient as a csv file.
e.g.:
fixedmodel.coeff <- coef(fixedmodel)
write.csv(fixedmodel.coeff , file="modelX.csv")
However, I would also like to save the number of observation, std. error ...
I am doing a very simple two-levels models using R2MLwiN.
I was using the "coef" command to save the coefficient as a csv file.
e.g.:
fixedmodel.coeff <- coef(fixedmodel)
write.csv(fixedmodel.coeff , file="modelX.csv")
However, I would also like to save the number of observation, std. error ...