ztable.mytable: Make ztable from object mytable

Description Usage Arguments Examples

View source: R/ztable.mytable.R

Description

Make ztable from object mytable

Usage

1
2
## S3 method for class 'mytable'
ztable(x, digits = NULL, ...)

Arguments

x

An object of mytable

digits

Numeric vector of length equal to one (in which case it will be replicated as necessary) or to the number of columns of the resulting table

...

arguments to be passed to ztable_sub

Examples

1
2
3
4
require(moonBook)
res=mytable(sex~.,data=acs)
z=ztable(res)
z

Example output

Welcome to package ztable ver 0.1.5
Loading required package: moonBook
sh: 0: Can't open /dev/null

ztable documentation built on Sept. 28, 2021, 9:07 a.m.