Description Usage Arguments Value
Runs a multivariate point null test. This function returns an approximate p-value for the specified test statistic.
1 | mv_pn_test(obs_data, param_est = NULL, control = test.control())
|
obs_data |
The observed data to be used for finding the optimal norm (training), and finding the test statistic (testing). Similar to above, each row is an observation and each column corresponds to either the outcome (first column) or a covariate. |
param_est |
Function used to estimate the parameter and corresponding influence curve. |
control |
List used to define controls for test. |
Either a p-value, or a p-value and other information, depending on the value of control\$more_info.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.