| 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 (required by generic). |
Faria, J. C. (joseclaudio.faria@gmail.com)
Jelihovschi, E. G. (eniojelihovs@gmail.com)
Allaman, I. B. (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.