Learn R Programming

CPMCGLM (version 1.2)

print.CPMCGLM: Output of a CPMCGLM object

Description

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

Usage

# S3 method for CPMCGLM
print(x,…)

Arguments

x

an object inheriting from classes CPMCGLM.

other parameters.

See Also

CPMCGLM,summary.CPMCGLM

Examples

Run this code
# NOT RUN {
# 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
# }

Run the code above in your browser using DataLab