powered by
Model Name formatting
format_model(model)
A statistical model.
# NOT RUN { model <- lm(Sepal.Length ~ Species, data = iris) format_model(model) # }
Run the code above in your browser using DataLab