lc_rate: Learning Rate Converter

Description Usage Arguments Examples

View source: R/slope_rate_models.R

Description

Computes the learning rate for given natural slopes

Usage

1
lc_rate(b, na.rm = FALSE)

Arguments

b

natural slope

na.rm

Should NA values be removed?

Examples

1
2
3
4
 
# Calculate the learning rates for natural slopes -.19, -.22, -.25
lc_rate(b = c(-.19, -.22, -.25))
## [1] 0.8766057 0.8585654 0.8408964

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