search for: mmlcrfit

Displaying 1 result from an estimated 1 matches for "mmlcrfit".

2008 May 30
1
existing package (mmlcr) modification -- appropriate process?
...(mmlcr) invokes another package (multinom). An output of multinom is the standard errors, but this output is not provided within mmlcr. I would like to obtain the standard errors as an output of mmlcr. For your reference, this is relevant code that I identified in mmlcr, using getAnywhere{mmlcrfit.multinomlong}: function (object, weights, classnumber) { data <- object$data form.full <- formula(attr(data, "terms")) form <- object$shortform data$.wts <- weights[match(getGroups(data, form.full, 1), row.names(weights)), classnumber] compone...