powered by
Create a simplified report of a model's summary
report_model(model_object = NULL, response_name = "Score")
A data.frame object showing a simple model report that includes the effect of each predictor variable on the response.
A model object
Name of the response variable. Defaults to "Score".
models<-fit_models(df=yields,yname=c("height","yield"),xname="weight", modeltype=c("lm", "glm")) report_model(models[[2]][[1]])
Run the code above in your browser using DataLab