Learn R Programming

learningCurve (version 1.1.2)

natural_slope: Natural Slope Rate Converter

Description

Computes the natural slope rate for given learning rates

Usage

natural_slope(r, na.rm = FALSE)

Arguments

r

learning curve rate

na.rm

Should NA values be removed?

Examples

Run this code
# NOT RUN {
# 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

# }

Run the code above in your browser using DataLab