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