Last chance! 50% off unlimited learning
Sale ends in
hmmmod
(summary.hmmmmod, print.hmmmmod) to display the summary of a model defined by `hmmm.model'.## S3 method for class 'hmmmmod':
summary(object,...)
## S3 method for class 'hmmmmod':
print(x,...)
hmmmod
, i.e. a result of `hmmm.model'names
is not NULL. For every interaction, the logit type used for each variable
in the interaction set and the number of parameters are indicated.
The last two columns give the position of the parameters in the vector
where all the interactions are arranged.hmmm.model
marginals<-marg.list(c("g-m","m-l","g-l"),mflag="m")
model<-hmmm.model(marg=marginals,lev=c(3,7),names=c("A","B"))
summary(model) # or print(model)}
<keyword>package</keyword>
Run the code above in your browser using DataLab