return_mmc | R Documentation |
mmc
object generating functionS3 class mmc
object generating function
return_mmc(
S0,
y,
statistic,
dgp,
est,
lower,
upper,
N,
type,
method,
alpha,
control,
call,
seed,
lmc,
opt_result,
opt_trace
)
S0 |
An atomic vector. Value of the test statistic applied to the data. |
y |
A vector or data frame. |
statistic |
A function or a character string that specifies
how the statistic is computed. The function needs to input the
|
dgp |
A function. The function inputs the first argument
|
est |
A vector with length of v. It is the starting
point of the algorithm. If |
lower |
A vector with length of v. Lower bounds for nuisance parameters under the null. See Details. |
upper |
A vector with length of v. Upper bounds for nuisance parameters under the null. See Details. |
N |
An atomic vector. Number of replications of the test statistic. |
type |
A character string. It specifies the type of test
the p-value function produces. The possible values are
|
method |
A character string. Type of algorithm to be
used for global optimization. The four available methods
are simulated annealing ( |
alpha |
An atomic vector. If |
control |
A list. Arguments to be used to control the
behavior of the algorithm chosen in |
call |
An object of class |
seed |
An integer vector. Value of |
lmc |
An object of class |
opt_result |
An object returning the optimization results. |
opt_trace |
An object returning the optimization results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.