plot_ss: plot_ss

Description Usage Arguments Examples

View source: R/plot_ss.R

Description

An interactive shiny app that will generate a scatterplot of two variables, then allow the user to click the plot in two locations to draw a best fitting line. Residuals are drawn by default; boxes representing the squared residuals are optional.

Usage

1
plot_ss(x, y, data, showSquares = FALSE, leastSquares = FALSE)

Arguments

x

the name of numerical vector 1 on x-axis

y

the name of numerical vector 2 on y-axis

data

the dataframe in which x and y can be found

showSquares

logical option to show boxes representing the squared residuals

leastSquares

logical option to bypass point entry and automatically draw the least squares line

Examples

1
## Not run: plot_ss

StatsWithR/statsr documentation built on Jan. 24, 2021, 10:12 a.m.