Displaying 2 results from an estimated 2 matches for "imputeddata".
2012 Jan 13
2
Averaging over data sets
Hi all,
after using Amelia II to create 10 imputed data sets I need to average them
to have one unique data that includes the average for each cell of the
variables imputed, in addition to the values for the variables not imputed.
Such data has many variables (some numeric, other factors), and more than
20000 observations. I do not know how to average them out. Any help?
Below I provide a small
2013 Apr 29
0
lavaan and semTools warning message
..." datasets) runs fine.
Here is the code I'm using:
# start code
# model syntax
model1 <- '
# regressions
r1 ~ p1+p2+p3+p4+p5+p6+p7+p8+p9+p10+p11
r2 ~ r1+p2+p4+p5+p6+p8+p9+p10+p11+p12+p13+p14
'
# run sem (N=124); data are already imputed
out1 <- sem.mi(model1,imputedData,m=20,chi="mr",fixed.x=T,std.ov=T)
summary(out1)
inspect(out1, "imputed") # the combined chi is presented
# end code
Can someone tell me why am I getting these warning messages?
Thanks,
Duarte
[[alternative HTML version deleted]]