powered by
If non-null pVal and sigma values are given, confidence interval lines will be added to the plot at the specified pVal locations of a N(0, 1) distribution.
pVal
sigma
ggally_nostic_std_resid(data, mapping, ..., sigma = 1)
parameters supplied to ggally_nostic_resid
ggally_nostic_resid
sigma value for the pVal percentiles. Set to 1 for standardized residuals
ggplot2 plot object
stats::rstandard
# NOT RUN { dt <- broomify(stats::lm(mpg ~ wt + qsec + am, data = mtcars)) ggally_nostic_std_resid(dt, ggplot2::aes(wt, .std.resid)) # }
Run the code above in your browser using DataLab