rlm_beta_test: Fits linear model to predict y using each row in x and tests...

Description Usage Arguments Value Examples

Description

Fits linear model to predict y using each row in x and tests whether each slope is significant.

Usage

1
rlm_beta_test(x, y, n = 1000)

Arguments

x

matrix whose rows are to be regressed vs. y

y

vector of numbers

n

number of trials for bootstrap and confidence intervals

Value

slopes of each row in x vs. y, confidence intervals, and P values

Examples

1
rlm_beta_test(t(iris[,1:3]), iris[,4], n=200)

agentlans/CorTools documentation built on May 8, 2019, 1:37 a.m.