R/alpha1AGage.R

#' @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)
}
artemis-toumazi/dfped documentation built on May 10, 2019, 1:49 p.m.