BBR Session 3: Statistical Graphics and Tables

Dear @f2harrell, how can I change the features of the prediction/effect line on a partial effect plot?

Using ‘colfill’ only changes the color of the confidence bands.
Is there a way to change e.g., the color and width of the line/curve?

ggplot(Predict(fit, x),
colfill = ‘red’,
anova = an, pval = T, size.anova = 5) +
theme_classic()

Thank you!