mm_valid_names: Get the valid names for a given model type or types

View source: R/mm_valid_names.R

mm_valid_namesR Documentation

Get the valid names for a given model type or types

Description

Returns a vector of the model_names for the type[s] indicated. If type is not supplied, all model types will be included. After being returned from this function, model names may be translated to something slightly more readable with mm_parse_name if desired.

Usage

mm_valid_names(type = c("bayes", "mle", "night", "Kmodel", "sim"))

Arguments

type

character. The model type. Options:

  • mle: maximum likelihood estimation (see also metab_mle)

  • bayes: bayesian hierarchical models metab_bayes

  • night: nighttime regression (see also metab_night)

  • Kmodel: regression of daily estimates of K600.daily versus discharge, time, etc., usually for 3-phase estimation of K alone (by MLE or nighttime regression), K vs discharge (using this model), and then GPP and ER with fixed K (by MLE) (see also metab_Kmodel)

  • sim: simulation of DO.obs 'data' for testing other models (see also metab_sim)

Examples

mm_valid_names('mle')

USGS-R/streamMetabolizer documentation built on Aug. 15, 2023, 7:50 a.m.