ztable.compareMC: S3 method for class compareMC

View source: R/compareMC.R

ztable.compareMCR Documentation

S3 method for class compareMC

Description

S3 method for class compareMC

Usage

## S3 method for class 'compareMC'
ztable(x, digits = digits, ...)

Arguments

x

An object of class compareMC

digits

integer indicating the number of decimal places

...

further arguments to be passed to ztable

Examples


require(ztable)
fit=lm(govact~negemot*age,data=glbwarm)
res=compareMC(fit)
ztable(res)


processR documentation built on Jan. 23, 2023, 5:44 p.m.