get_M_indices: m-value information

Description Usage Arguments Value Examples

View source: R/m-value_functions.R

Description

Get indices in the vector of m-values and select which m-value ranges to use

Usage

1
get_M_indices(N_mRanges, mvals = NULL, Msc = 2, mr = NULL)

Arguments

N_mRanges

The number of m-value ranges to use.

mvals

A set of m-values, the object generated by get_M_vals(). Defaults to NULL.

Msc

A scale factor that determines the M value (M = max(m)) corresponding to the largest range of m-values. Mmax <- ceiling(Msc * Np / 2) where Np = number of parameters. Defaults to 2.

mr

Indices for a specific m-value range.

Value

A List with m-value information.

Examples

1
mRange_best = get_M_indices(N_mRanges,mvals,Msc,indM_best)$mRange

WarrenDavidAnderson/dynamicNetworkID documentation built on May 23, 2019, 4:23 p.m.