# NOT RUN {
data <- rnorm(n=100, mean=10, sd= 1)
r <- globalfit(data, cores= if (interactive()) NULL else 1,
packages="stats", append_packages=FALSE)
# optimParams of best fit
r@fits[[1]]
# }
Run the code above in your browser using DataLab