ztable.compareMC | R Documentation |
S3 method for class compareMC
## S3 method for class 'compareMC' ztable(x, digits = digits, ...)
x |
An object of class compareMC |
digits |
integer indicating the number of decimal places |
... |
further arguments to be passed to ztable |
require(ztable) fit=lm(govact~negemot*age,data=glbwarm) res=compareMC(fit) ztable(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.