Learn R Programming

processR (version 0.2.7)

ztable.compareMC: S3 method for class compareMC

Description

S3 method for class compareMC

Usage

# S3 method for 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

Run this code
# \donttest{
require(ztable)
fit=lm(govact~negemot*age,data=glbwarm)
res=compareMC(fit)
ztable(res)
# }

Run the code above in your browser using DataLab