tests/bar.R

 library(TSHRC)

 options(digits=4) # avoid rounding differences

 data(rats)
 attach(rats)

 set.seed(42)

 twostage(time, delta, group, nboot = 2500)

 twostage(time, delta, group, nboot = 2500)

 twostage(time, delta, group, nboot = 2500)

Try the TSHRC package in your browser

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

TSHRC documentation built on May 2, 2019, 6:50 a.m.