Learn R Programming

ScottKnott (version 1.3-3)

print.SK: Print Method for SK objects.

Description

Returns (and prints) a list for objects of class SK.

Usage

# S3 method for SK
print(x, digits = 2L,...)

Arguments

x

A given object of the class SK.

digits

Minimal number of _significant_ digits. The default is 2.

...

Further arguments (require by generic).

Author

Jose Claudio Faria (joseclaudio.faria@gmail.com)
Enio G. Jelihovschi (eniojelihovs@gmail.com)
Ivan Bezerra Allaman (ivanalaman@gmail.com)

See Also

SK

Examples

Run this code
data(RCBD) 

sk <- with(RCBD,
       	   SK(y ~ blk + tra,
          		  data=dfm,
          		  which='tra'))
sk

Run the code above in your browser using DataLab