print.CPMCGLM {CPMCGLM} | R Documentation |
Output of a CPMCGLM
object
Description
The function provides the output of a CPMCGLM
correction of pvalue.
Usage
## S3 method for class 'CPMCGLM'
print(x,...)
Arguments
x |
an object inheriting from classes |
... |
other parameters. |
Author(s)
J.Riou, A.Diakite, and B.Liquet
See Also
Examples
# load data
## Not run:
data(data_sim)
#Linear Gaussian Model
fit1 <- CPMCGLM(formula= Weight~Age+as.factor(Sport)+Desease+Height,
family="gaussian",link="identity",data=data_sim,varcod="Age",N=1000,
boxcox=c(0,1,2,3))
### print fit1
fit1
## End(Not run)
[Package CPMCGLM version 1.2 Index]