syn.polr(y, x, xp, proper = FALSE, maxit = 100, trace = FALSE, MaxNWts = 10000, ...)
n
.n
x p
) of original covariates.k
x p
) of synthesised covariates.proper = TRUE
)
a model is fitted to a bootstrapped sample of the original data.nnet
.nnet
.nnet
.k
with synthetic values of y
. The algorithm of syn.polr
uses the
function polr
from the MASS package.
In order to avoid bias due to perfect prediction, the data are augmented by the method of White, Daniel and Royston (2010).
In case the call to polr
fails,
usually because the data are very sparse,
multinom
function is used instead.
syn
,syn.polyreg
multinom
,
polr