Home
last modified time | relevance | path

Searched refs:respVar (Results 1 – 9 of 9) sorted by relevance

/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dt.test.R161 respVar <- mf[[response]] functionVar
162 if (inherits(respVar, "Pair")){
163 DATA <- list(x = respVar[,1], y = respVar[,2], paired=TRUE)
167 DATA <- list(x = respVar)
H A Dwilcox.test.R474 respVar <- mf[[response]] functionVar
475 if (inherits(respVar, "Pair")){
476 DATA <- list(x = respVar[,1], y = respVar[,2], paired=TRUE)
480 DATA <- list(x = respVar)
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dt.test.R161 respVar <- mf[[response]] functionVar
162 if (inherits(respVar, "Pair")){
163 DATA <- list(x = respVar[,1], y = respVar[,2], paired=TRUE)
167 DATA <- list(x = respVar)
H A Dwilcox.test.R474 respVar <- mf[[response]] functionVar
475 if (inherits(respVar, "Pair")){
476 DATA <- list(x = respVar[,1], y = respVar[,2], paired=TRUE)
480 DATA <- list(x = respVar)
/dports/math/R-cran-lme4/lme4/tests/
H A DpriorWeights.R56 respVar <- randEff0 + (1+randEff1)*explVar1 + (1+randEff2)*explVar2 + residError globalVar
59 y <- respVar
/dports/math/R-cran-lme4/lme4/inst/doc/
H A Dlmer.R285 form <- respVar ~ 1 + (explVar1 + explVar2 | groupFac)
307 dat$respVar <- simulate(form,
H A Dlmer.Rnw2791 form <- respVar ~ 1 + (explVar1 + explVar2 | groupFac)
2840 dat$respVar <- simulate(form,
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A D3dMVM.R20 respVar <- c('InputFile', 'Inputfile', 'inputFile', 'inputfile', 'Ausgang_val', 'ausgang_val') vector
886 wd <- which(lop$dataTable %in% respVar)
1400 wd <- which(lop$dataTable %in% respVar)
1402 respVar <- lop$dataTable[wd] globalVar
1420 lop$dataStr[[respVar]] <- as.character(lop$dataStr[[respVar]])
1434 cat(length(lop$dataStr[[respVar]]), 'response values\n')
/dports/math/R-cran-lme4/lme4/vignettes/
H A Dlmer.Rnw2791 form <- respVar ~ 1 + (explVar1 + explVar2 | groupFac)
2840 dat$respVar <- simulate(form,