Description Usage Arguments Value Examples
Fits a regression model in which a multivariate normal random vector is
observed for each subject. Regression models are specified using a list of
numeric matrices, one for each column of Y
.
1 | fit.mnr(Y, X, sig = 0.05, maxit = 10, eps = 1e-06, report = T)
|
Y |
Outcome matrix. |
X |
List of model matrices, one for each outcome. |
sig |
Significance level, for confidence intervals. |
maxit |
Maximum number of parameter updates. |
eps |
Minimum acceptable improvement in log likelihood. |
report |
Report fitting progress? Default is FALSE. |
An object of class mnr
containing the estimated regression
parameters, covariance matrix, the information matrix for regression
parameters, and the residuals.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.