===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-semtools-0.5.3/R/missingBootstrap.R-435-                                                row.names = FALSE, na = "-999")
r-cran-semtools-0.5.3/R/missingBootstrap.R:436:      if (!exists("file", where = writeArgs)) writeTransArgs$file <- "transformedData.dat"
r-cran-semtools-0.5.3/R/missingBootstrap.R:437:      if (!exists("row.names", where = writeArgs)) writeArgs$row.names <- FALSE
r-cran-semtools-0.5.3/R/missingBootstrap.R:438:      if (!exists("na", where = writeArgs)) writeArgs$na <- "-999"
r-cran-semtools-0.5.3/R/missingBootstrap.R-439-
##############################################
r-cran-semtools-0.5.3/R/missingBootstrap.R-465-                                              row.names = FALSE, na = "-999")
r-cran-semtools-0.5.3/R/missingBootstrap.R:466:    if (!exists("file", where = writeArgs)) writeTransArgs$file <- "bootstrappedSamples.dat"
r-cran-semtools-0.5.3/R/missingBootstrap.R:467:    if (!exists("row.names", where = writeArgs)) writeArgs$row.names <- FALSE
r-cran-semtools-0.5.3/R/missingBootstrap.R:468:    if (!exists("na", where = writeArgs)) writeArgs$na <- "-999"
r-cran-semtools-0.5.3/R/missingBootstrap.R-469-
##############################################
r-cran-semtools-0.5.3/R/missingBootstrap.R-499-    lavaanArgs$meanstructure <- TRUE
r-cran-semtools-0.5.3/R/missingBootstrap.R:500:    if (!exists("auto.var", where = lavaanArgs)) lavaanArgs$auto.var <- TRUE
r-cran-semtools-0.5.3/R/missingBootstrap.R:501:    if (!exists("auto.cov.y", where = lavaanArgs)) lavaanArgs$auto.cov.y <- TRUE
r-cran-semtools-0.5.3/R/missingBootstrap.R:502:    if (!exists("auto.cov.lv.x", where = lavaanArgs)) lavaanArgs$auto.cov.lv.x <- TRUE
r-cran-semtools-0.5.3/R/missingBootstrap.R-503-  }
##############################################
r-cran-semtools-0.5.3/R/residualCovariate.R-34-    x <- as.list(match.call())
r-cran-semtools-0.5.3/R/residualCovariate.R:35:    cov <- eval(x$covVar)
r-cran-semtools-0.5.3/R/residualCovariate.R:36:    target <- eval(x$targetVar)
r-cran-semtools-0.5.3/R/residualCovariate.R-37-    if (all(is.numeric(cov))) cov <- colnames(data)[cov]
##############################################
r-cran-semtools-0.5.3/R/runMI.R-214-      set.seed(seed)
r-cran-semtools-0.5.3/R/runMI.R:215:      imputedData <- unclass(eval(as.call(imputeCall))$imputations)
r-cran-semtools-0.5.3/R/runMI.R-216-    } else if (miPackage[1] == "mice") {
##############################################
r-cran-semtools-0.5.3/R/compareFit.R-323-	if (is.null(argsLRT$test)) {
r-cran-semtools-0.5.3/R/compareFit.R:324:	  test <- eval(formals(lavTestLRT.mi)$test) # default value
r-cran-semtools-0.5.3/R/compareFit.R-325-	} else {