Computes the learning rate for given natural slopes

lc_rate(b, na.rm = FALSE)

Arguments

b
natural slope
na.rm
Should NA values be removed?

Examples

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