xtable.SK: xtable method for 'SK' objects.

Description Usage Arguments Author(s) See Also Examples

View source: R/xtable.SK.R

Description

Convert an SK object to an xtable.SK object, which can then be printed as a LaTeX or HTML table. This function is an additional method to xtable function of xtable package.

Usage

1
2
## S3 method for class 'SK'
xtable(x, ...)

Arguments

x

A given object of the class SK.

...

Further arguments (require by xtable::xtable).

Author(s)

José Cláudio Faria (joseclaudio.faria@gmail.com)
Enio G. Jelihovschi (eniojelihovs@gmail.com)
Ivan Bezerra Allaman (ivanalaman@gmail.com)

See Also

xtable

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
data(RCBD) 
## Not run: 
  if(require(xtable)){
    lm1 <- with(RCBD,
                  lm(y ~ blk + tra,
                     data=dfm))

    sk1 <-  SK(lm1,
               which='tra')
    tb <- xtable(sk1)
    print(tb)
  }
 
## End(Not run) 

jcfaria/ScottKnott documentation built on Nov. 1, 2020, 8:04 a.m.