print.CPMCGLM {CPMCGLM} | R Documentation |
CPMCGLM
object
The function provides the output of a CPMCGLM
correction of pvalue.
## S3 method for class 'CPMCGLM'
print(x,...)
x |
an object inheriting from classes |
... |
other parameters. |
J.Riou, A.Diakite, and B.Liquet
# 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)