This function is a high-level wrapper around the whole model building pipeline. It will calculate a model
and write a series of standardized plots. If you want more control over the plotting output, please
run get_model
to calculate the model, and the individual plotting functions
(plot_error_rate
, plot_stratifying_features
, plot_stratifying_clusters
)
1 2 3 4 5 6 7 | run_analysis(
features,
endpoint,
output.directory,
model.type,
clusters.data = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.