Learn R Programming

SpeCond (version 1.26.0)

getDefaultParameter: Get the default parameter to use SpeCond function

Description

This function returns the matrix param.detection default argument for the SpeCond function

Usage

getDefaultParameter()

Arguments

Value

param.detection: a matrix of 2 row and 7 columns. The rows "Step1 "and "Step2" correspond respectively to the first and second set of parameters for the SpeCond function. The parameters (columns) are: lambda, beta, per, md, mlk, rsd. See the createParameterMatrix documentation for more details about the parameters.

See Also

createParameterMatrix

Examples

Run this code
  param.detection=getDefaultParameter()
  param.detection
  

Run the code above in your browser using DataLab