testsDev/testRtlu.R

cat("+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++                      Begin testRtlu                     +++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n")

source("../R/rtlu.R")

r2lUnivFactor(f2,"toto")
r2lUnivOrdered(o2,"toto")
r2lUnivDiscrete(d2,"toto")
r2lUnivContinuous(c2,"toto")


rtlu(f1)
rtlu(f2)

rtlu(o1)
rtlu(o2)

rtlu(i1)
rtlu(i2)

rtlu(n1)
rtlu(n2)


cat("\n---------------------------------------------------------------
---                        End testRtlu                     ---
---------------------------------------------------------------\n")

Try the r2lh package in your browser

Any scripts or data that you put into this service are public.

r2lh documentation built on May 29, 2017, 12:11 p.m.