# NOT RUN {
# example for globalfit
data <- rnorm(n = 100, mean = 70, sd = 4)
r <- globalfit(data, cores = if(interactive()) NULL else 2)
summary(r)
# example for getFamily
str(getFamily("stats"))
# example for getParams
getParams("beta", package = "stats")
# }
Run the code above in your browser using DataLab