# NOT RUN {
# feel free to ignore the following line<U+2014>it allows {broom} to supply
# examples without requiring the model-supplying package to be installed.
if (requireNamespace("MASS", quietly = TRUE)) {
# load libraries for models and data
library(MASS)
# generate data
set.seed(2015)
x <- rnorm(100, 5, 2)
# fit models
fit <- fitdistr(x, dnorm, list(mean = 3, sd = 1))
# summarize model fit with tidiers
tidy(fit)
glance(fit)
}
# }
Run the code above in your browser using DataLab