R/LopodModel-class.R

#' An S4 class containing a LopodModel.
#' @import methods
#' @importClassesFrom rstan stanfit
#' @slot LopodData The LopodData object used to build the LopodModel
#' @slot StanFit stanfit object with the run model
#' @slot modelInfo List of settings used to run the LopodModel


LopodModel = setClass("LopodModel",slots=c(LopodData = "LopodData", StanFit = "stanfit", modelInfo = "list" ) )

Try the bayesLopod package in your browser

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

bayesLopod documentation built on Jan. 4, 2018, 5:08 p.m.