Page 1 of 1

correlation plots

Posted: Thu May 29, 2025 9:47 pm
by oliverscottcurry
Can someone confirm that these are 95% confidence around the 'regression line' in these Correlation > Plots (as opposed to standard error etc)? Many thanks, Oliver

Re: correlation plots

Posted: Fri May 30, 2025 2:27 pm
by Ravi
Hi Oliver,
The correlation matrix plots use the GGally R package in the background. To create the scatter plot with regression line the ggally_smooth function (see https://ggobi.github.io/ggally/referenc ... mooth.html) is used. Here you can see that the interval around the regression line represents the standard error, so not the 95% confidence interval.

Cheers,
Ravi