print.gaze | R Documentation |
S3 method print for an object of class gaze
## S3 method for class 'gaze'
print(x, ...)
x |
An object of class gaze |
... |
Further arguments |
No return value, called for side effects
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)
gaze(Dx+sex~.,acs,show.p=TRUE)
gaze(sex+Dx+HBP~.,acs,show.p=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.