Learn R Programming

learningCurve (version 1.1.2)

lc_rate: Learning Rate Converter

Description

Computes the learning rate for given natural slopes

Usage

lc_rate(b, na.rm = FALSE)

Arguments

b

natural slope

na.rm

Should NA values be removed?

Examples

Run this code
# NOT RUN {
 
# Calculate the learning rates for natural slopes -.19, -.22, -.25
lc_rate(b = c(-.19, -.22, -.25))
## [1] 0.8766057 0.8585654 0.8408964

# }

Run the code above in your browser using DataLab