emptyModelList: Create An Empty Model List

Description Usage Arguments Value Examples

View source: R/DiscrimOD.R

Description

Run emptyModelList() for instruction of model settings.

Usage

1
emptyModelList(N_model = 2)

Arguments

N_model

Integer. The numebr of competing models including the true model. The default value is 2.

Value

An List.

Examples

1
2
3
emptyModelList()  # True model and one rival model
emptyModelList(3) # True model and two rival models
emptyModelList(5) # True model and four rival models

PingYangChen/DiscrimOD documentation built on Jan. 30, 2022, 5:25 p.m.