print.CPMCGLM: Output of a 'CPMCGLM' object

Description Usage Arguments Author(s) See Also Examples

Description

The function provides the output of a CPMCGLM correction of pvalue.

Usage

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

Arguments

x

an object inheriting from classes CPMCGLM.

...

other parameters.

Author(s)

J.Riou, A.Diakite, and B.Liquet

See Also

CPMCGLM,summary.CPMCGLM

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# 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)

CPMCGLM documentation built on May 1, 2019, 10:53 p.m.