mv_pn_test: Runs a multivariate point null test. This function returns an...

Description Usage Arguments Value

View source: R/mv_pn_test.R

Description

Runs a multivariate point null test. This function returns an approximate p-value for the specified test statistic.

Usage

1
mv_pn_test(obs_data, param_est = NULL, control = test.control())

Arguments

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.

Value

Either a p-value, or a p-value and other information, depending on the value of control\$more_info.


adam-s-elder/amar documentation built on Feb. 5, 2022, 7:10 a.m.