Home
last modified time | relevance | path

Searched refs:pCovThresh (Results 1 – 2 of 2) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A D1dSVAR.R637 pCovThresh <- as.numeric(readline("p-threshold for covariates (e.g., 0.05)? ")) globalVar
640 covPList <- lapply(coef(fm), function(x) x[nROIs*nLags+(1:totCOVs),4]<=pCovThresh)
646 …ith a threshold of %f the following covariates don't show significance in the model:", pCovThresh))
651 … print(sprintf("All covarates show significance in the model with a threshold of %f.", pCovThresh))
H A D1dGC.R643 pCovThresh <- as.numeric(readline("p-threshold for covariates (e.g., 0.05)? ")) globalVar
646 covPList <- lapply(coef(fm), function(x) x[nROIs*nLags+(1:totCOVs),4]<=pCovThresh)
652 …ith a threshold of %f the following covariates don't show significance in the model:", pCovThresh))
657 … print(sprintf("All covarates show significance in the model with a threshold of %f.", pCovThresh))