natural_slope: Natural Slope Rate Converter

Description Usage Arguments Examples

View source: R/slope_rate_models.R

Description

Computes the natural slope rate for given learning rates

Usage

1
natural_slope(r, na.rm = FALSE)

Arguments

r

learning curve rate

na.rm

Should NA values be removed?

Examples

1
2
3
4
# Calculate the natural slope for learning rates of 80%, 85%, 90%

natural_slope(r = c(.80, .85, .90))
## [1] -0.3219281 -0.2344653 -0.1520031

learningCurve documentation built on May 2, 2019, 2:13 p.m.