powered by
Computes the learning rate for given natural slopes
lc_rate(b, na.rm = FALSE)
natural slope
Should NA values be removed?
NA
# 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