R/modelData.R

Defines functions modelData

Documented in modelData

#' Create a list giving data to use in Bayesian inference.
#' 
#' @param x An object of class \code{survData}
#' @param \dots Further arguments to be passed to generic methods
#' 
#' @return A list for parameterization of priors for Bayesian inference.
#' 
#' 
modelData <- function(x, ...){
  UseMethod("modelData")
}

Try the morse package in your browser

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

morse documentation built on Oct. 29, 2022, 1:14 a.m.