inst/examples/student_scripts/qn01_scr_01.R

rf <- function(n) {
  U <- runif(n)
  return(U^(1/4))
}

X <- rf(1e4)

Try the autoharp package in your browser

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

autoharp documentation built on Nov. 13, 2021, 1:06 a.m.