R/alpha1AGage.R

Defines functions alpha1AGage

Documented in alpha1AGage

#' @import ggplot2
#' @import rstan
#' @import methods
#' @import stats
#' @import graphics
#' @import grDevices
#' @import stats4
#' @export
alpha1AGage <-
function(age){
    res <- 0.887*age^0.38/(8.89^0.38 + age^0.38)
}

Try the dfped package in your browser

Any scripts or data that you put into this service are public.

dfped documentation built on May 2, 2019, 8:36 a.m.