DLMMC_bounds {MSTest} | R Documentation |
MMC nuisance parameter bounds for Moment-based test
Description
This function is used to determine the lower and upper bounds for the MMC LRT parameter search.
Usage
DLMMC_bounds(mdl_h0, con)
Arguments
mdl_h0 |
List with restricted model properties. |
con |
List with control options provided to |
Value
List with theta_low
, vector of parameter lower bounds, and theta_upp
, vector of parameter upper bounds.
[Package MSTest version 0.1.5 Index]