Skip to content

Commit

Permalink
Main vignette: Fix text for the ESS warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed Jun 27, 2023
1 parent ffcfc55 commit f8ec8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/projpred.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ cvvs <- cv_varsel(
doParallel::stopImplicitCluster()
foreach::registerDoSEQ()
```
In this case, we ignore the bulk-ESS warning due to the reduced values for `chains` and `iter` in the reference model fit.
In this case, we ignore the tail-ESS warning due to the reduced values for `chains` and `iter` in the reference model fit.

We can now select a final submodel size by looking at a predictive performance plot similar to the one created for the preliminary `cv_varsel()` run above.
By default, the performance statistics are plotted on their original scale, but with `deltas = TRUE`, they are plotted as differences from a baseline model (which is the reference model by default, at least in the most common cases).
Expand Down

0 comments on commit f8ec8fe

Please sign in to comment.