PlotLogisticRange: Plot a Logisitic function (with probability on the y-axis)

Description Usage Arguments Value Examples

Description

Plot a Logisitic function (with probability on the y-axis)

Usage

1
PlotLogisticRange(beta0, beta1, min_x = -0.25, max_x = 1.25)

Arguments

beta0

numeric, intercept used in function

beta1

numeric, slope used in function

min_X

numeric, minimum on x axis

max_X

numeric, maximum on x axis

Value

ggplot

Examples

1
PlotLogisticRange(beta0 = 5, beta1 = -10)

Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.