Test.CI: Performing hypothesis testing using confidence intervals.

Description Usage Arguments Value Author(s)

Description

This function Test.CI returns the results of hypothesis testing based on confidence intervals.

Usage

1
Test.CI(CI, test.value)

Arguments

CI

a vector or a matrix of the lower and upper limit(s) of confidence interval(s) for multiple variables. Rows represent different variables.

test.value

a numeric vector with size equal to the number of rows in CI. Significance is determined by examining whether confidence intervals in CI cover the values in test.value.

Value

a vector of 0 or 1. "1" indicates significant results whereas "0" indicates non-significant results.

Author(s)

Zijun Ke <keziyun@mail.sysu.edu.cn> and Zhiyong Zhang <zhiyongzhang@nd.edu>


autocorr documentation built on May 2, 2019, 6:12 p.m.