Displaying 1 result from an estimated 1 matches for "a2288933".
Did you mean:
1228833
2013 Jan 14
0
Changing MaxNWts with the mi() function (error message)
...with
the mi() function. I found an R-help posting from two years ago with
some instruction on how to change the max weights in mi(), but I can't
seem to get it to work. The following is a link to the post:
http://r.789695.n4.nabble.com/Changing-model-parameters-in-the-mi-package-td2288851.html#a2288933
And my implementation of the suggestion from that post:
> info=mi.info(england.pre.imputed)
> info[["sex"]]$params$MaxNWts=3500
> info[["sex"]]$params
$n.iter
[1] 100
$MaxNWts
[1] 3500
$missing.index
NULL
When I try the imputation again I receive the same error mes...