From 2710289e18d87ad795d9fa1118de9b8dc56699a0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 25 Mar 2024 12:14:25 +0100 Subject: [PATCH] minor --- vignettes/check_model_practical.Rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vignettes/check_model_practical.Rmd b/vignettes/check_model_practical.Rmd index 30a32b1ad..2ef9af6f2 100644 --- a/vignettes/check_model_practical.Rmd +++ b/vignettes/check_model_practical.Rmd @@ -41,10 +41,10 @@ if (can_evaluate) { This vignette shows how to use the *performance* package to check the fit of a model, how to detect misspecification and how to improve your model. The basic workflow of the *performance* package can be summarized as follows: -- fit a regression model -- check the model fit and assess model fit indices -- if necessary, fit another model that could potentially improve the fit -- compare the model fit indices and perform statistical tests to determine which model is the best fit +- fit a regression model +- check the model fit and assess model fit indices +- if necessary, fit another model that could potentially improve the fit +- compare the model fit indices and perform statistical tests to determine which model is the best fit ![](images/figure_workflow.png){width="100%"}