plot_ss {statsr}R Documentation

plot_ss

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

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

## Not run: plot_ss

[Package statsr version 0.3.0 Index]