inst/snippets/Example4.33e.R

Randomization.Temp2 <- 
  do(5000) * ( mean( ~ BodyTemp, data = resample(BodyTemp50) ) - 98.26 ) 
head(Randomization.Temp2, 3)
mean( ~ result, data = Randomization.Temp2 )

Try the Lock5withR package in your browser

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

Lock5withR documentation built on May 2, 2019, 3:43 p.m.