powered by
SK
Returns (and prints) a list for objects of class SK.
# S3 method for SK print(x, digits = 2L,...)
A given object of the class SK.
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)
data(RCBD) sk <- with(RCBD, SK(y ~ blk + tra, data=dfm, which='tra')) sk
Run the code above in your browser using DataLab