Learn R Programming

autoReg (version 0.3.3)

print.gaze: S3 method print for an object of class gaze

Description

S3 method print for an object of class gaze

Usage

# S3 method for gaze
print(x, ...)

Value

No return value, called for side effects

Arguments

x

An object of class gaze

...

Further arguments

Examples

Run this code
data(acs,package="moonBook")
x=gaze(acs,show.n=TRUE,show.missing=TRUE)
gaze(sex~.,acs,show.p=TRUE,show.n=TRUE,show.missing=TRUE,show.total=TRUE)
# \donttest{
gaze(Dx+sex~.,acs,show.p=TRUE)
gaze(sex+Dx+HBP~.,acs,show.p=TRUE)
# }

Run the code above in your browser using DataLab