print.SK | R Documentation |
SK
objects.
Returns (and prints) a list for objects of class SK
.
## S3 method for class 'SK'
print(x, digits = 2L,...)
x |
A given object of the class |
digits |
Minimal number of _significant_ digits. The default is 2. |
... |
Further arguments (require by generic). |
Jose Claudio Faria (joseclaudio.faria@gmail.com)
Enio G. Jelihovschi (eniojelihovs@gmail.com)
Ivan Bezerra Allaman (ivanalaman@gmail.com)
SK
data(RCBD)
sk <- with(RCBD,
SK(y ~ blk + tra,
data=dfm,
which='tra'))
sk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.