Learn R Programming

nethet (version 1.4.2)

diffregr_pval: Computation "split-asym" p-values.

Description

Computation "split-asym"/"split-perm" p-values.

Usage

diffregr_pval(y1, y2, x1, x2, beta1, beta2, beta, act1, act2, act,
  compute.evals, method.compquadform, acc, epsabs, epsrel, show.warn, n.perm)

Arguments

y1
Response vector condition 1.
y2
Response vector condition 2.
x1
Predictor matrix condition 1.
x2
Predictor matrix condition 2.
beta1
Regression coefficients condition 1.
beta2
Regression coefficients condition 2.
beta
Pooled regression coefficients.
act1
Active-set condition 1.
act2
Active-set condition 2.
act
Pooled active-set.
compute.evals
Method for computation of weights.
method.compquadform
Method to compute distribution function of w-sum-of-chi2.
acc
See ?davies.
epsabs
See ?imhof.
epsrel
See ?imhof.
show.warn
Show warnings?
n.perm
Number of permutations.

Value

  • P-value, test statistic, estimated weights.