print.mme: Print objects of class mme

Description Usage Arguments See Also Examples

Description

This function prints objects of class mme.

Usage

1
2
## S3 method for class 'mme'
print(x, ...)

Arguments

x

a list with the output of modelfit1, modelfit2 or modelfit3.

...

further information.

See Also

modelfit1, modelfit2, modelfit3

Examples

1
2
3
4
5
6
7
8
k=3 #number of categories of the response variable
pp=c(1,1) #vector with the number of auxiliary variables in each category
mod=1  # Type of model
data(simdata)
datar=data.mme(simdata,k,pp,mod)
##Model fit
result=modelfit1(pp,datar$Xk,datar$X,datar$Z,datar$initial,datar$y[,1:(k-1)],datar$n,datar$N)
result

mme documentation built on May 2, 2019, 10:46 a.m.