params: Get parameter values provided for celdaModel creation

paramsR Documentation

Get parameter values provided for celdaModel creation

Description

Retrieves the K/L, model priors (e.g. alpha, beta), and count matrix checksum parameters provided during the creation of the provided celdaModel.

Usage

params(celdaMod)

## S4 method for signature 'celdaModel'
params(celdaMod)

Arguments

celdaMod

celdaModel. Options available in celda::availableModels.

Value

List. Contains the model-specific parameters for the provided celda model object depending on its class.

Examples

data(celdaCGMod)
params(celdaCGMod)

campbio/celda documentation built on April 5, 2024, 11:47 a.m.