R/stock_table.R

stock_table <- function(data, analysis.type = c('gee')) {
    stock <- switch(analysis.type,
                    gee = table_gee(data))
}

table_gee <- function(data) {

}

Try the carpenter package in your browser

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

carpenter documentation built on May 2, 2019, 5:15 a.m.