Examples for 'GGally::ggally_nostic_se_fit'


'ggnostic' fitted value's standard error

Aliases: ggally_nostic_se_fit

Keywords:

### ** Examples

# Small function to display plots only if it's interactive
p_ <- GGally::print_if_interactive

dt <- broomify(stats::lm(mpg ~ wt + qsec + am, data = mtcars))
p_(ggally_nostic_se_fit(dt, ggplot2::aes(wt, .se.fit)))
plot of chunk example-GGally-ggally_nostic_se_fit-1

[Package GGally version 2.1.2 Index]