print.missmi | R Documentation |
This function is used to print output when the missmi biplot object is created.
## S3 method for class 'missmi'
print(x, ...)
x |
an object of class |
... |
additional arguments. |
This function will not produce a return value, it is called for side effects.
data(missdat)
missbp <- missmi(missdat)
data(implist)
missbp <- missmi(implist)
print(missbp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.