| print.ata | R Documentation | 
Function to print the results
of a call to the ata function.
## S3 method for class 'ata'
print(x, ...)
| x | object resulting from a call to the  | 
| ... | further arguments passed to  | 
print.ata simply prints summary.ata.
A summary.ata matrix, invisibly.
Daniel Murphy
ata and summary.ata
x <- ata(GenIns)
## Print ata factors rounded to 3 decimal places, the summary.ata default
print(x) 
## Round to 4 decimal places and print cells corresponding 
## to future observations as blanks.
print(summary(x, digits=4), na.print="") 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.