Learn R Programming

CPMCGLM (version 1.2)

summary.CPMCGLM: Short summary of a CPMCGLM object

Description

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

Usage

# S3 method for CPMCGLM
summary(object,…)

Arguments

object

an object inheriting from classes CPMCGLM.

other parameters.

See Also

CPMCGLM,print.CPMCGLM

Examples

Run this code
# NOT RUN {
# load data
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))
### summary fit1
summary(fit1)
# }

Run the code above in your browser using DataLab