Given a character vector of package names, computes the export
lists, inverted export index, origin map, and version snapshot
needed by scan_usage(). All packages must be installed.
Value
A named list with components:
- packages
The input package names.
- exports
Named list mapping package names to character vectors of exported function names (from
collect_pkg_funs()).- export_index
Named list mapping function names to character vectors of packages (from
build_export_index()).- origin_map
Named character vector mapping
"pkg::fun"keys to origin packages (frombuild_origin_map()).- pkg_versions
Named list mapping package names to version strings.
Examples
build_universe_data(c("stats", "utils"))
#> $packages
#> [1] "stats" "utils"
#>
#> $exports
#> $exports$stats
#> [1] "asOneSidedFormula" "r2dtable" "drop.terms"
#> [4] "confint.lm" "is.mts" "nlminb"
#> [7] "alias" "gaussian" "profile"
#> [10] "ls.diag" "mahalanobis" "rmultinom"
#> [13] "dpois" "numericDeriv" "makepredictcall"
#> [16] "qlogis" "loadings" "dlogis"
#> [19] "nlm" "residuals.glm" "qcauchy"
#> [22] "nextn" "nls" "plot.stepfun"
#> [25] "arima0.diag" "dummy.coef" "ftable"
#> [28] "as.formula" "pairwise.wilcox.test" "time"
#> [31] "embed" "mantelhaen.test" "dwilcox"
#> [34] "ar" "oneway.test" "fligner.test"
#> [37] "bw.bcv" "predict.glm" "rWishart"
#> [40] "logLik" "confint.default" "AIC"
#> [43] "rlogis" "bw.ucv" "arima"
#> [46] "plot.ts" "tsp" "model.extract"
#> [49] "tsp<-" "stat.anova" "update.formula"
#> [52] "qbeta" "bw.SJ" "factanal"
#> [55] "drop.scope" "summary.aov" "optimHess"
#> [58] ".lm.fit" "cooks.distance" "dnorm"
#> [61] "psmirnov" "extractAIC" "qbirthday"
#> [64] "C" "sortedXyData" "D"
#> [67] "lowess" "varimax" "optimize"
#> [70] "manova" "deviance" "optim"
#> [73] "lag.plot" "constrOptim" "splinefunH"
#> [76] "reformulate" "pacf" "mcnemar.test"
#> [79] "df" "tsSmooth" "make.link"
#> [82] "glm.control" "hasTsp" "pgamma"
#> [85] "addmargins" "dexp" "power.anova.test"
#> [88] "prop.test" "model.weights" "ave"
#> [91] "is.stepfun" "heatmap" "stepfun"
#> [94] "loess.smooth" "window<-" "line"
#> [97] "qqline" "ar.mle" "residuals"
#> [100] "lsfit" "get_all_vars" "dt"
#> [103] "splinefun" "ks.test" "cor"
#> [106] "add.scope" "ecdf" "pwilcox"
#> [109] "cov" "dendrapply" "rsignrank"
#> [112] "bandwidth.kernel" "free1way" "as.dist"
#> [115] "SSweibull" "rfree1way" "bw.nrd"
#> [118] "start" "plnorm" "ts.union"
#> [121] "mvfft" "dweibull" "as.ts"
#> [124] "cor.test" ".checkMFClasses" "effects"
#> [127] "reorder" "KalmanForecast" "eff.aovlist"
#> [130] "qgamma" "glm.fit" "plot.spec.coherency"
#> [133] "dgamma" "cov2cor" "ls.print"
#> [136] "setNames" "acf2AR" "add1"
#> [139] "rcauchy" "shapiro.test" "deriv3"
#> [142] "window" "model.tables" "model.matrix"
#> [145] ".nknots.smspl" "KalmanLike" "SSasymp"
#> [148] "predict" "as.stepfun" "t.test"
#> [151] "power.prop.test" "rstandard" "binom.test"
#> [154] "cophenetic" "pbeta" "KalmanRun"
#> [157] "naprint" "qlnorm" "plclust"
#> [160] "model.response" "dlnorm" "lag"
#> [163] "spec.pgram" "interaction.plot" "fitted"
#> [166] "rgeom" "estVar" "rgamma"
#> [169] "arima0" "loglin" "ar.yw"
#> [172] "promax" "phyper" "drop1"
#> [175] "SSfol" "runif" "family"
#> [178] "quantile" "wilcox.test" "psignrank"
#> [181] "complete.cases" "offset" "scatter.smooth"
#> [184] "dmultinom" "rlnorm" "approx"
#> [187] "naresid" "SSfpl" "proj"
#> [190] "supsmu" "qqnorm" "end"
#> [193] "printCoefmat" "princomp" "aggregate.data.frame"
#> [196] "dnbinom" "lm.influence" "rect.hclust"
#> [199] "convolve" "ansari.test" "median.default"
#> [202] "ARMAacf" "poly" "NLSstRtAsymptote"
#> [205] "power.t.test" "write.ftable" "qhyper"
#> [208] "polym" "weights" "dhyper"
#> [211] "contrasts<-" "kernel" "friedman.test"
#> [214] "acf" "qwilcox" "filter"
#> [217] "lm.fit" "rpois" "cmdscale"
#> [220] "factor.scope" "Gamma" "pweibull"
#> [223] "pchisq" "ksmooth" "symnum"
#> [226] "smooth" "quasipoisson" "ppr"
#> [229] "spec.ar" "pnbinom" "coefficients"
#> [232] "model.offset" "dbeta" "SSasympOff"
#> [235] "pbirthday" "replications" "ar.ols"
#> [238] "rhyper" "spectrum" "lm"
#> [241] "expand.model.frame" "kernapply" "bw.nrd0"
#> [244] "stl" "loess" "IQR"
#> [247] "qgeom" "contr.helmert" "na.pass"
#> [250] "toeplitz" "pairwise.t.test" "dist"
#> [253] ".getXlevels" "NLSstClosestX" "getInitial"
#> [256] "sigma" "qchisq" "contr.poly"
#> [259] "dchisq" "spline" "qunif"
#> [262] "confint" "pairwise.table" "SSasympOrig"
#> [265] "pexp" "plot.spec.phase" "density.default"
#> [268] "medpolish" "ptukey" "cancor"
#> [271] "Box.test" "TukeyHSD" "rnorm"
#> [274] "var.test" "poisson" "bartlett.test"
#> [277] "summary.stepfun" "na.fail" "model.frame"
#> [280] "covratio" "contrasts" "ar.burg"
#> [283] "residuals.lm" "df.residual" "ts.intersect"
#> [286] "power" "SSlogis" "glm"
#> [289] "rchisq" "getCall" "model.matrix.lm"
#> [292] "chisq.test" "coef" "step"
#> [295] "ppoints" "vcov" ".preformat.ts"
#> [298] "qqplot" "DF2formula" "update.default"
#> [301] "qtukey" "quade.test" "qpois"
#> [304] "df.kernel" "influence" "qsmirnov"
#> [307] "cutree" "poisson.test" "pf"
#> [310] "case.names" "frequency" "tsdiag"
#> [313] "qweibull" "NLSstLfAsymptote" "kmeans"
#> [316] "weighted.residuals" "mauchly.test" "napredict"
#> [319] "qexp" "deriv" "var"
#> [322] "aggregate.ts" "rwilcox" "SSbiexp"
#> [325] "pt" "rsmirnov" "qf"
#> [328] "xtabs" "kruskal.test" "median"
#> [331] "as.hclust" "termplot" "rweibull"
#> [334] "resid" "pgeom" "qnbinom"
#> [337] "se.contrast" "summary.manova" "prcomp"
#> [340] "preplot" "plot.ecdf" "qr.influence"
#> [343] "arima.sim" "lm.wfit" "ccf"
#> [346] "is.leaf" "na.action" "screeplot"
#> [349] "approxfun" "NLSstAsymptotic" "order.dendrogram"
#> [352] "cycle" "power.free1way.test" "qt"
#> [355] "rf" "punif" "quasi"
#> [358] "ts.plot" "cov.wt" "mood.test"
#> [361] "PP.test" "is.empty.model" "loess.control"
#> [364] "decompose" "ppplot" "aggregate"
#> [367] "BIC" "reshape" "makeARIMA"
#> [370] "ARMAtoMA" "weighted.mean" "pbinom"
#> [373] "selfStart" "SSgompertz" "qnorm"
#> [376] "inverse.gaussian" "na.omit" "sd"
#> [379] "rt" "fft" "dcauchy"
#> [382] "fivenum" "toeplitz2" "relevel"
#> [385] "summary.glm" "rexp" "monthplot"
#> [388] "dfbeta" "diffinv" "nobs"
#> [391] "SSmicmen" "is.ts" "dummy.coef.lm"
#> [394] "hatvalues" "variable.names" "Pair"
#> [397] "model.frame.default" "anova" "simulate"
#> [400] "dffits" "model.matrix.default" "contr.SAS"
#> [403] "contr.treatment" "predict.lm" "prop.trend.test"
#> [406] "as.dendrogram" "ppois" "pcauchy"
#> [409] "smoothEnds" "qbinom" "hat"
#> [412] "p.adjust" ".MFclass" "dbinom"
#> [415] "terms.formula" "spec.taper" "HoltWinters"
#> [418] "ts" "na.exclude" "dsignrank"
#> [421] "is.tskernel" "fitted.values" "qsignrank"
#> [424] "integrate" "optimise" "binomial"
#> [427] "KalmanSmooth" ".vcov.aliased" "deltat"
#> [430] "SSD" "summary.lm" "smooth.spline"
#> [433] "rstudent" "hclust" "density"
#> [436] "dgeom" "terms" "fisher.test"
#> [439] "rbinom" "formula" "nls.control"
#> [442] "isoreg" "contr.sum" "uniroot"
#> [445] "quasibinomial" "dunif" "influence.measures"
#> [448] "na.contiguous" "dfbetas" "pairwise.prop.test"
#> [451] "rnbinom" "pnorm" "rbeta"
#> [454] "cpgram" "knots" "biplot"
#> [457] "runmed" "mad" "delete.response"
#> [460] "plogis" "read.ftable" "aov"
#> [463] "update" "StructTS"
#>
#> $exports$utils
#> [1] "write.socket"
#> [2] "fixInNamespace"
#> [3] "changedFiles"
#> [4] "history"
#> [5] "SweaveHooks"
#> [6] "packageDate"
#> [7] "installed.packages"
#> [8] "citEntry"
#> [9] "as.roman"
#> [10] "suppressForeignCheck"
#> [11] "aregexec"
#> [12] "txtProgressBar"
#> [13] "strcapture"
#> [14] "xemacs"
#> [15] "rtags"
#> [16] "as.person"
#> [17] "maintainer"
#> [18] "aspell"
#> [19] "bug.report"
#> [20] "capture.output"
#> [21] "remhash"
#> [22] "assignInMyNamespace"
#> [23] "aspell_package_vignettes"
#> [24] "memory.limit"
#> [25] "person"
#> [26] "ls.str"
#> [27] "read.delim2"
#> [28] "RweaveLatexWritedoc"
#> [29] "hasName"
#> [30] "getTxtProgressBar"
#> [31] "news"
#> [32] "typhash"
#> [33] "read.csv"
#> [34] "RSiteSearch"
#> [35] "debugger"
#> [36] "demo"
#> [37] "isS3stdGeneric"
#> [38] "Sweave"
#> [39] "nsl"
#> [40] "modifyList"
#> [41] "promptData"
#> [42] "help.request"
#> [43] "alarm"
#> [44] ".DollarNames"
#> [45] "promptImport"
#> [46] "close.socket"
#> [47] "read.csv2"
#> [48] "zip"
#> [49] "hsearch_db_concepts"
#> [50] "assignInNamespace"
#> [51] "askYesNo"
#> [52] "read.delim"
#> [53] "limitedLabels"
#> [54] "is.relistable"
#> [55] "toLatex"
#> [56] "citFooter"
#> [57] "head.matrix"
#> [58] "View"
#> [59] "findMatches"
#> [60] "create.post"
#> [61] "globalVariables"
#> [62] "vi"
#> [63] "bibentry"
#> [64] "checkCRAN"
#> [65] "Stangle"
#> [66] "methods"
#> [67] "sethash"
#> [68] "type.convert"
#> [69] "findLineNum"
#> [70] "menu"
#> [71] "?"
#> [72] "aspell_package_C_files"
#> [73] "RtangleOptions"
#> [74] "old.packages"
#> [75] "hsearch_db_keywords"
#> [76] "RShowDoc"
#> [77] "browseURL"
#> [78] "debugcall"
#> [79] "is.hashtab"
#> [80] "gethash"
#> [81] "setTxtProgressBar"
#> [82] "tail"
#> [83] "emacs"
#> [84] "object.size"
#> [85] "RweaveTryStop"
#> [86] "undebugcall"
#> [87] "download.file"
#> [88] "loadhistory"
#> [89] "RweaveChunkPrefix"
#> [90] "summaryRprof"
#> [91] "make.socket"
#> [92] "xedit"
#> [93] "data"
#> [94] "charClass"
#> [95] "RtangleSetup"
#> [96] "browseEnv"
#> [97] "update.packages"
#> [98] "untar"
#> [99] "tail.matrix"
#> [100] "getS3method"
#> [101] "write.table"
#> [102] "strOptions"
#> [103] "rc.status"
#> [104] "asDateBuilt"
#> [105] "Rprofmem"
#> [106] "apropos"
#> [107] "getSrcDirectory"
#> [108] "as.relistable"
#> [109] "citeNatbib"
#> [110] "read.fwf"
#> [111] "de.setup"
#> [112] "removeSource"
#> [113] "data.entry"
#> [114] "packageVersion"
#> [115] ".checkHT"
#> [116] "as.personList"
#> [117] "citation"
#> [118] "citHeader"
#> [119] "read.fortran"
#> [120] "findCRANmirror"
#> [121] "aspell_package_R_files"
#> [122] "RtangleFinish"
#> [123] "hashtab"
#> [124] "rc.getOption"
#> [125] "RtangleWritedoc"
#> [126] "readCitationFile"
#> [127] "stack"
#> [128] "package.skeleton"
#> [129] "memory.size"
#> [130] "de.ncols"
#> [131] "file.edit"
#> [132] "sessionInfo"
#> [133] "SweaveSyntConv"
#> [134] "RweaveLatex"
#> [135] "help"
#> [136] "prompt"
#> [137] "getParseText"
#> [138] ".AtNames"
#> [139] "url.show"
#> [140] "getCRANmirrors"
#> [141] "head"
#> [142] "localeToCharset"
#> [143] "Rprof"
#> [144] "getParseData"
#> [145] "RweaveLatexSetup"
#> [146] "formatOL"
#> [147] "dump.frames"
#> [148] "read.table"
#> [149] "URLdecode"
#> [150] "numhash"
#> [151] "isS3method"
#> [152] "compareVersion"
#> [153] "count.fields"
#> [154] "tar"
#> [155] "setRepositories"
#> [156] "edit"
#> [157] "mirror2html"
#> [158] "relist"
#> [159] "chooseBioCmirror"
#> [160] "available.packages"
#> [161] "aspell_write_personal_dictionary_file"
#> [162] "getAnywhere"
#> [163] "hsearch_db"
#> [164] "personList"
#> [165] "fileSnapshot"
#> [166] "combn"
#> [167] "packageStatus"
#> [168] "read.socket"
#> [169] "find"
#> [170] "RweaveLatexOptions"
#> [171] "page"
#> [172] "write.csv"
#> [173] "dataentry"
#> [174] "getSrcFilename"
#> [175] "packageDescription"
#> [176] "file_test"
#> [177] "toBibtex"
#> [178] "browseVignettes"
#> [179] "setBreakpoint"
#> [180] "download.packages"
#> [181] "remove.packages"
#> [182] "RweaveLatexFinish"
#> [183] "chooseCRANmirror"
#> [184] "upgrade"
#> [185] "de"
#> [186] ".RtangleCodeLabel"
#> [187] "formatUL"
#> [188] "de.restore"
#> [189] "promptPackage"
#> [190] "write.csv2"
#> [191] "Rtangle"
#> [192] "packageName"
#> [193] "glob2rx"
#> [194] "unstack"
#> [195] "read.DIF"
#> [196] "savehistory"
#> [197] "vignette"
#> [198] "install.packages"
#> [199] ".S3methods"
#> [200] "argsAnywhere"
#> [201] "help.search"
#> [202] "getSrcref"
#> [203] "makeRweaveLatexCodeRunner"
#> [204] "RweaveEvalWithOpt"
#> [205] "lsf.str"
#> [206] "select.list"
#> [207] "SweaveGetSourceName"
#> [208] "cite"
#> [209] "recover"
#> [210] "fix"
#> [211] "new.packages"
#> [212] "aspell_package_Rd_files"
#> [213] "bitstring"
#> [214] "str"
#> [215] "RtangleRuncode"
#> [216] "process.events"
#> [217] "example"
#> [218] "warnErrList"
#> [219] "getSrcLocation"
#> [220] "flush.console"
#> [221] "maphash"
#> [222] "timestamp"
#> [223] "make.packages.html"
#> [224] "rc.options"
#> [225] "getFromNamespace"
#> [226] "clrhash"
#> [227] "adist"
#> [228] "contrib.url"
#> [229] "URLencode"
#> [230] "rc.settings"
#> [231] "help.start"
#> [232] "unzip"
#> [233] "pico"
#>
#>
#> $export_index
#> $export_index$.AtNames
#> [1] "utils"
#>
#> $export_index$.DollarNames
#> [1] "utils"
#>
#> $export_index$.MFclass
#> [1] "stats"
#>
#> $export_index$.RtangleCodeLabel
#> [1] "utils"
#>
#> $export_index$.S3methods
#> [1] "utils"
#>
#> $export_index$.checkHT
#> [1] "utils"
#>
#> $export_index$.checkMFClasses
#> [1] "stats"
#>
#> $export_index$.getXlevels
#> [1] "stats"
#>
#> $export_index$.lm.fit
#> [1] "stats"
#>
#> $export_index$.nknots.smspl
#> [1] "stats"
#>
#> $export_index$.preformat.ts
#> [1] "stats"
#>
#> $export_index$.vcov.aliased
#> [1] "stats"
#>
#> $export_index$`?`
#> [1] "utils"
#>
#> $export_index$AIC
#> [1] "stats"
#>
#> $export_index$ARMAacf
#> [1] "stats"
#>
#> $export_index$ARMAtoMA
#> [1] "stats"
#>
#> $export_index$BIC
#> [1] "stats"
#>
#> $export_index$Box.test
#> [1] "stats"
#>
#> $export_index$C
#> [1] "stats"
#>
#> $export_index$D
#> [1] "stats"
#>
#> $export_index$DF2formula
#> [1] "stats"
#>
#> $export_index$Gamma
#> [1] "stats"
#>
#> $export_index$HoltWinters
#> [1] "stats"
#>
#> $export_index$IQR
#> [1] "stats"
#>
#> $export_index$KalmanForecast
#> [1] "stats"
#>
#> $export_index$KalmanLike
#> [1] "stats"
#>
#> $export_index$KalmanRun
#> [1] "stats"
#>
#> $export_index$KalmanSmooth
#> [1] "stats"
#>
#> $export_index$NLSstAsymptotic
#> [1] "stats"
#>
#> $export_index$NLSstClosestX
#> [1] "stats"
#>
#> $export_index$NLSstLfAsymptote
#> [1] "stats"
#>
#> $export_index$NLSstRtAsymptote
#> [1] "stats"
#>
#> $export_index$PP.test
#> [1] "stats"
#>
#> $export_index$Pair
#> [1] "stats"
#>
#> $export_index$RShowDoc
#> [1] "utils"
#>
#> $export_index$RSiteSearch
#> [1] "utils"
#>
#> $export_index$Rprof
#> [1] "utils"
#>
#> $export_index$Rprofmem
#> [1] "utils"
#>
#> $export_index$Rtangle
#> [1] "utils"
#>
#> $export_index$RtangleFinish
#> [1] "utils"
#>
#> $export_index$RtangleOptions
#> [1] "utils"
#>
#> $export_index$RtangleRuncode
#> [1] "utils"
#>
#> $export_index$RtangleSetup
#> [1] "utils"
#>
#> $export_index$RtangleWritedoc
#> [1] "utils"
#>
#> $export_index$RweaveChunkPrefix
#> [1] "utils"
#>
#> $export_index$RweaveEvalWithOpt
#> [1] "utils"
#>
#> $export_index$RweaveLatex
#> [1] "utils"
#>
#> $export_index$RweaveLatexFinish
#> [1] "utils"
#>
#> $export_index$RweaveLatexOptions
#> [1] "utils"
#>
#> $export_index$RweaveLatexSetup
#> [1] "utils"
#>
#> $export_index$RweaveLatexWritedoc
#> [1] "utils"
#>
#> $export_index$RweaveTryStop
#> [1] "utils"
#>
#> $export_index$SSD
#> [1] "stats"
#>
#> $export_index$SSasymp
#> [1] "stats"
#>
#> $export_index$SSasympOff
#> [1] "stats"
#>
#> $export_index$SSasympOrig
#> [1] "stats"
#>
#> $export_index$SSbiexp
#> [1] "stats"
#>
#> $export_index$SSfol
#> [1] "stats"
#>
#> $export_index$SSfpl
#> [1] "stats"
#>
#> $export_index$SSgompertz
#> [1] "stats"
#>
#> $export_index$SSlogis
#> [1] "stats"
#>
#> $export_index$SSmicmen
#> [1] "stats"
#>
#> $export_index$SSweibull
#> [1] "stats"
#>
#> $export_index$Stangle
#> [1] "utils"
#>
#> $export_index$StructTS
#> [1] "stats"
#>
#> $export_index$Sweave
#> [1] "utils"
#>
#> $export_index$SweaveGetSourceName
#> [1] "utils"
#>
#> $export_index$SweaveHooks
#> [1] "utils"
#>
#> $export_index$SweaveSyntConv
#> [1] "utils"
#>
#> $export_index$TukeyHSD
#> [1] "stats"
#>
#> $export_index$URLdecode
#> [1] "utils"
#>
#> $export_index$URLencode
#> [1] "utils"
#>
#> $export_index$View
#> [1] "utils"
#>
#> $export_index$acf
#> [1] "stats"
#>
#> $export_index$acf2AR
#> [1] "stats"
#>
#> $export_index$add.scope
#> [1] "stats"
#>
#> $export_index$add1
#> [1] "stats"
#>
#> $export_index$addmargins
#> [1] "stats"
#>
#> $export_index$adist
#> [1] "utils"
#>
#> $export_index$aggregate
#> [1] "stats"
#>
#> $export_index$aggregate.data.frame
#> [1] "stats"
#>
#> $export_index$aggregate.ts
#> [1] "stats"
#>
#> $export_index$alarm
#> [1] "utils"
#>
#> $export_index$alias
#> [1] "stats"
#>
#> $export_index$anova
#> [1] "stats"
#>
#> $export_index$ansari.test
#> [1] "stats"
#>
#> $export_index$aov
#> [1] "stats"
#>
#> $export_index$approx
#> [1] "stats"
#>
#> $export_index$approxfun
#> [1] "stats"
#>
#> $export_index$apropos
#> [1] "utils"
#>
#> $export_index$ar
#> [1] "stats"
#>
#> $export_index$ar.burg
#> [1] "stats"
#>
#> $export_index$ar.mle
#> [1] "stats"
#>
#> $export_index$ar.ols
#> [1] "stats"
#>
#> $export_index$ar.yw
#> [1] "stats"
#>
#> $export_index$aregexec
#> [1] "utils"
#>
#> $export_index$argsAnywhere
#> [1] "utils"
#>
#> $export_index$arima
#> [1] "stats"
#>
#> $export_index$arima.sim
#> [1] "stats"
#>
#> $export_index$arima0
#> [1] "stats"
#>
#> $export_index$arima0.diag
#> [1] "stats"
#>
#> $export_index$as.dendrogram
#> [1] "stats"
#>
#> $export_index$as.dist
#> [1] "stats"
#>
#> $export_index$as.formula
#> [1] "stats"
#>
#> $export_index$as.hclust
#> [1] "stats"
#>
#> $export_index$as.person
#> [1] "utils"
#>
#> $export_index$as.personList
#> [1] "utils"
#>
#> $export_index$as.relistable
#> [1] "utils"
#>
#> $export_index$as.roman
#> [1] "utils"
#>
#> $export_index$as.stepfun
#> [1] "stats"
#>
#> $export_index$as.ts
#> [1] "stats"
#>
#> $export_index$asDateBuilt
#> [1] "utils"
#>
#> $export_index$asOneSidedFormula
#> [1] "stats"
#>
#> $export_index$askYesNo
#> [1] "utils"
#>
#> $export_index$aspell
#> [1] "utils"
#>
#> $export_index$aspell_package_C_files
#> [1] "utils"
#>
#> $export_index$aspell_package_R_files
#> [1] "utils"
#>
#> $export_index$aspell_package_Rd_files
#> [1] "utils"
#>
#> $export_index$aspell_package_vignettes
#> [1] "utils"
#>
#> $export_index$aspell_write_personal_dictionary_file
#> [1] "utils"
#>
#> $export_index$assignInMyNamespace
#> [1] "utils"
#>
#> $export_index$assignInNamespace
#> [1] "utils"
#>
#> $export_index$available.packages
#> [1] "utils"
#>
#> $export_index$ave
#> [1] "stats"
#>
#> $export_index$bandwidth.kernel
#> [1] "stats"
#>
#> $export_index$bartlett.test
#> [1] "stats"
#>
#> $export_index$bibentry
#> [1] "utils"
#>
#> $export_index$binom.test
#> [1] "stats"
#>
#> $export_index$binomial
#> [1] "stats"
#>
#> $export_index$biplot
#> [1] "stats"
#>
#> $export_index$bitstring
#> [1] "utils"
#>
#> $export_index$browseEnv
#> [1] "utils"
#>
#> $export_index$browseURL
#> [1] "utils"
#>
#> $export_index$browseVignettes
#> [1] "utils"
#>
#> $export_index$bug.report
#> [1] "utils"
#>
#> $export_index$bw.SJ
#> [1] "stats"
#>
#> $export_index$bw.bcv
#> [1] "stats"
#>
#> $export_index$bw.nrd
#> [1] "stats"
#>
#> $export_index$bw.nrd0
#> [1] "stats"
#>
#> $export_index$bw.ucv
#> [1] "stats"
#>
#> $export_index$cancor
#> [1] "stats"
#>
#> $export_index$capture.output
#> [1] "utils"
#>
#> $export_index$case.names
#> [1] "stats"
#>
#> $export_index$ccf
#> [1] "stats"
#>
#> $export_index$changedFiles
#> [1] "utils"
#>
#> $export_index$charClass
#> [1] "utils"
#>
#> $export_index$checkCRAN
#> [1] "utils"
#>
#> $export_index$chisq.test
#> [1] "stats"
#>
#> $export_index$chooseBioCmirror
#> [1] "utils"
#>
#> $export_index$chooseCRANmirror
#> [1] "utils"
#>
#> $export_index$citEntry
#> [1] "utils"
#>
#> $export_index$citFooter
#> [1] "utils"
#>
#> $export_index$citHeader
#> [1] "utils"
#>
#> $export_index$citation
#> [1] "utils"
#>
#> $export_index$cite
#> [1] "utils"
#>
#> $export_index$citeNatbib
#> [1] "utils"
#>
#> $export_index$close.socket
#> [1] "utils"
#>
#> $export_index$clrhash
#> [1] "utils"
#>
#> $export_index$cmdscale
#> [1] "stats"
#>
#> $export_index$coef
#> [1] "stats"
#>
#> $export_index$coefficients
#> [1] "stats"
#>
#> $export_index$combn
#> [1] "utils"
#>
#> $export_index$compareVersion
#> [1] "utils"
#>
#> $export_index$complete.cases
#> [1] "stats"
#>
#> $export_index$confint
#> [1] "stats"
#>
#> $export_index$confint.default
#> [1] "stats"
#>
#> $export_index$confint.lm
#> [1] "stats"
#>
#> $export_index$constrOptim
#> [1] "stats"
#>
#> $export_index$contr.SAS
#> [1] "stats"
#>
#> $export_index$contr.helmert
#> [1] "stats"
#>
#> $export_index$contr.poly
#> [1] "stats"
#>
#> $export_index$contr.sum
#> [1] "stats"
#>
#> $export_index$contr.treatment
#> [1] "stats"
#>
#> $export_index$contrasts
#> [1] "stats"
#>
#> $export_index$`contrasts<-`
#> [1] "stats"
#>
#> $export_index$contrib.url
#> [1] "utils"
#>
#> $export_index$convolve
#> [1] "stats"
#>
#> $export_index$cooks.distance
#> [1] "stats"
#>
#> $export_index$cophenetic
#> [1] "stats"
#>
#> $export_index$cor
#> [1] "stats"
#>
#> $export_index$cor.test
#> [1] "stats"
#>
#> $export_index$count.fields
#> [1] "utils"
#>
#> $export_index$cov
#> [1] "stats"
#>
#> $export_index$cov.wt
#> [1] "stats"
#>
#> $export_index$cov2cor
#> [1] "stats"
#>
#> $export_index$covratio
#> [1] "stats"
#>
#> $export_index$cpgram
#> [1] "stats"
#>
#> $export_index$create.post
#> [1] "utils"
#>
#> $export_index$cutree
#> [1] "stats"
#>
#> $export_index$cycle
#> [1] "stats"
#>
#> $export_index$data
#> [1] "utils"
#>
#> $export_index$data.entry
#> [1] "utils"
#>
#> $export_index$dataentry
#> [1] "utils"
#>
#> $export_index$dbeta
#> [1] "stats"
#>
#> $export_index$dbinom
#> [1] "stats"
#>
#> $export_index$dcauchy
#> [1] "stats"
#>
#> $export_index$dchisq
#> [1] "stats"
#>
#> $export_index$de
#> [1] "utils"
#>
#> $export_index$de.ncols
#> [1] "utils"
#>
#> $export_index$de.restore
#> [1] "utils"
#>
#> $export_index$de.setup
#> [1] "utils"
#>
#> $export_index$debugcall
#> [1] "utils"
#>
#> $export_index$debugger
#> [1] "utils"
#>
#> $export_index$decompose
#> [1] "stats"
#>
#> $export_index$delete.response
#> [1] "stats"
#>
#> $export_index$deltat
#> [1] "stats"
#>
#> $export_index$demo
#> [1] "utils"
#>
#> $export_index$dendrapply
#> [1] "stats"
#>
#> $export_index$density
#> [1] "stats"
#>
#> $export_index$density.default
#> [1] "stats"
#>
#> $export_index$deriv
#> [1] "stats"
#>
#> $export_index$deriv3
#> [1] "stats"
#>
#> $export_index$deviance
#> [1] "stats"
#>
#> $export_index$dexp
#> [1] "stats"
#>
#> $export_index$df
#> [1] "stats"
#>
#> $export_index$df.kernel
#> [1] "stats"
#>
#> $export_index$df.residual
#> [1] "stats"
#>
#> $export_index$dfbeta
#> [1] "stats"
#>
#> $export_index$dfbetas
#> [1] "stats"
#>
#> $export_index$dffits
#> [1] "stats"
#>
#> $export_index$dgamma
#> [1] "stats"
#>
#> $export_index$dgeom
#> [1] "stats"
#>
#> $export_index$dhyper
#> [1] "stats"
#>
#> $export_index$diffinv
#> [1] "stats"
#>
#> $export_index$dist
#> [1] "stats"
#>
#> $export_index$dlnorm
#> [1] "stats"
#>
#> $export_index$dlogis
#> [1] "stats"
#>
#> $export_index$dmultinom
#> [1] "stats"
#>
#> $export_index$dnbinom
#> [1] "stats"
#>
#> $export_index$dnorm
#> [1] "stats"
#>
#> $export_index$download.file
#> [1] "utils"
#>
#> $export_index$download.packages
#> [1] "utils"
#>
#> $export_index$dpois
#> [1] "stats"
#>
#> $export_index$drop.scope
#> [1] "stats"
#>
#> $export_index$drop.terms
#> [1] "stats"
#>
#> $export_index$drop1
#> [1] "stats"
#>
#> $export_index$dsignrank
#> [1] "stats"
#>
#> $export_index$dt
#> [1] "stats"
#>
#> $export_index$dummy.coef
#> [1] "stats"
#>
#> $export_index$dummy.coef.lm
#> [1] "stats"
#>
#> $export_index$dump.frames
#> [1] "utils"
#>
#> $export_index$dunif
#> [1] "stats"
#>
#> $export_index$dweibull
#> [1] "stats"
#>
#> $export_index$dwilcox
#> [1] "stats"
#>
#> $export_index$ecdf
#> [1] "stats"
#>
#> $export_index$edit
#> [1] "utils"
#>
#> $export_index$eff.aovlist
#> [1] "stats"
#>
#> $export_index$effects
#> [1] "stats"
#>
#> $export_index$emacs
#> [1] "utils"
#>
#> $export_index$embed
#> [1] "stats"
#>
#> $export_index$end
#> [1] "stats"
#>
#> $export_index$estVar
#> [1] "stats"
#>
#> $export_index$example
#> [1] "utils"
#>
#> $export_index$expand.model.frame
#> [1] "stats"
#>
#> $export_index$extractAIC
#> [1] "stats"
#>
#> $export_index$factanal
#> [1] "stats"
#>
#> $export_index$factor.scope
#> [1] "stats"
#>
#> $export_index$family
#> [1] "stats"
#>
#> $export_index$fft
#> [1] "stats"
#>
#> $export_index$file.edit
#> [1] "utils"
#>
#> $export_index$fileSnapshot
#> [1] "utils"
#>
#> $export_index$file_test
#> [1] "utils"
#>
#> $export_index$filter
#> [1] "stats"
#>
#> $export_index$find
#> [1] "utils"
#>
#> $export_index$findCRANmirror
#> [1] "utils"
#>
#> $export_index$findLineNum
#> [1] "utils"
#>
#> $export_index$findMatches
#> [1] "utils"
#>
#> $export_index$fisher.test
#> [1] "stats"
#>
#> $export_index$fitted
#> [1] "stats"
#>
#> $export_index$fitted.values
#> [1] "stats"
#>
#> $export_index$fivenum
#> [1] "stats"
#>
#> $export_index$fix
#> [1] "utils"
#>
#> $export_index$fixInNamespace
#> [1] "utils"
#>
#> $export_index$fligner.test
#> [1] "stats"
#>
#> $export_index$flush.console
#> [1] "utils"
#>
#> $export_index$formatOL
#> [1] "utils"
#>
#> $export_index$formatUL
#> [1] "utils"
#>
#> $export_index$formula
#> [1] "stats"
#>
#> $export_index$free1way
#> [1] "stats"
#>
#> $export_index$frequency
#> [1] "stats"
#>
#> $export_index$friedman.test
#> [1] "stats"
#>
#> $export_index$ftable
#> [1] "stats"
#>
#> $export_index$gaussian
#> [1] "stats"
#>
#> $export_index$getAnywhere
#> [1] "utils"
#>
#> $export_index$getCRANmirrors
#> [1] "utils"
#>
#> $export_index$getCall
#> [1] "stats"
#>
#> $export_index$getFromNamespace
#> [1] "utils"
#>
#> $export_index$getInitial
#> [1] "stats"
#>
#> $export_index$getParseData
#> [1] "utils"
#>
#> $export_index$getParseText
#> [1] "utils"
#>
#> $export_index$getS3method
#> [1] "utils"
#>
#> $export_index$getSrcDirectory
#> [1] "utils"
#>
#> $export_index$getSrcFilename
#> [1] "utils"
#>
#> $export_index$getSrcLocation
#> [1] "utils"
#>
#> $export_index$getSrcref
#> [1] "utils"
#>
#> $export_index$getTxtProgressBar
#> [1] "utils"
#>
#> $export_index$get_all_vars
#> [1] "stats"
#>
#> $export_index$gethash
#> [1] "utils"
#>
#> $export_index$glm
#> [1] "stats"
#>
#> $export_index$glm.control
#> [1] "stats"
#>
#> $export_index$glm.fit
#> [1] "stats"
#>
#> $export_index$glob2rx
#> [1] "utils"
#>
#> $export_index$globalVariables
#> [1] "utils"
#>
#> $export_index$hasName
#> [1] "utils"
#>
#> $export_index$hasTsp
#> [1] "stats"
#>
#> $export_index$hashtab
#> [1] "utils"
#>
#> $export_index$hat
#> [1] "stats"
#>
#> $export_index$hatvalues
#> [1] "stats"
#>
#> $export_index$hclust
#> [1] "stats"
#>
#> $export_index$head
#> [1] "utils"
#>
#> $export_index$head.matrix
#> [1] "utils"
#>
#> $export_index$heatmap
#> [1] "stats"
#>
#> $export_index$help
#> [1] "utils"
#>
#> $export_index$help.request
#> [1] "utils"
#>
#> $export_index$help.search
#> [1] "utils"
#>
#> $export_index$help.start
#> [1] "utils"
#>
#> $export_index$history
#> [1] "utils"
#>
#> $export_index$hsearch_db
#> [1] "utils"
#>
#> $export_index$hsearch_db_concepts
#> [1] "utils"
#>
#> $export_index$hsearch_db_keywords
#> [1] "utils"
#>
#> $export_index$influence
#> [1] "stats"
#>
#> $export_index$influence.measures
#> [1] "stats"
#>
#> $export_index$install.packages
#> [1] "utils"
#>
#> $export_index$installed.packages
#> [1] "utils"
#>
#> $export_index$integrate
#> [1] "stats"
#>
#> $export_index$interaction.plot
#> [1] "stats"
#>
#> $export_index$inverse.gaussian
#> [1] "stats"
#>
#> $export_index$is.empty.model
#> [1] "stats"
#>
#> $export_index$is.hashtab
#> [1] "utils"
#>
#> $export_index$is.leaf
#> [1] "stats"
#>
#> $export_index$is.mts
#> [1] "stats"
#>
#> $export_index$is.relistable
#> [1] "utils"
#>
#> $export_index$is.stepfun
#> [1] "stats"
#>
#> $export_index$is.ts
#> [1] "stats"
#>
#> $export_index$is.tskernel
#> [1] "stats"
#>
#> $export_index$isS3method
#> [1] "utils"
#>
#> $export_index$isS3stdGeneric
#> [1] "utils"
#>
#> $export_index$isoreg
#> [1] "stats"
#>
#> $export_index$kernapply
#> [1] "stats"
#>
#> $export_index$kernel
#> [1] "stats"
#>
#> $export_index$kmeans
#> [1] "stats"
#>
#> $export_index$knots
#> [1] "stats"
#>
#> $export_index$kruskal.test
#> [1] "stats"
#>
#> $export_index$ks.test
#> [1] "stats"
#>
#> $export_index$ksmooth
#> [1] "stats"
#>
#> $export_index$lag
#> [1] "stats"
#>
#> $export_index$lag.plot
#> [1] "stats"
#>
#> $export_index$limitedLabels
#> [1] "utils"
#>
#> $export_index$line
#> [1] "stats"
#>
#> $export_index$lm
#> [1] "stats"
#>
#> $export_index$lm.fit
#> [1] "stats"
#>
#> $export_index$lm.influence
#> [1] "stats"
#>
#> $export_index$lm.wfit
#> [1] "stats"
#>
#> $export_index$loadhistory
#> [1] "utils"
#>
#> $export_index$loadings
#> [1] "stats"
#>
#> $export_index$localeToCharset
#> [1] "utils"
#>
#> $export_index$loess
#> [1] "stats"
#>
#> $export_index$loess.control
#> [1] "stats"
#>
#> $export_index$loess.smooth
#> [1] "stats"
#>
#> $export_index$logLik
#> [1] "stats"
#>
#> $export_index$loglin
#> [1] "stats"
#>
#> $export_index$lowess
#> [1] "stats"
#>
#> $export_index$ls.diag
#> [1] "stats"
#>
#> $export_index$ls.print
#> [1] "stats"
#>
#> $export_index$ls.str
#> [1] "utils"
#>
#> $export_index$lsf.str
#> [1] "utils"
#>
#> $export_index$lsfit
#> [1] "stats"
#>
#> $export_index$mad
#> [1] "stats"
#>
#> $export_index$mahalanobis
#> [1] "stats"
#>
#> $export_index$maintainer
#> [1] "utils"
#>
#> $export_index$make.link
#> [1] "stats"
#>
#> $export_index$make.packages.html
#> [1] "utils"
#>
#> $export_index$make.socket
#> [1] "utils"
#>
#> $export_index$makeARIMA
#> [1] "stats"
#>
#> $export_index$makeRweaveLatexCodeRunner
#> [1] "utils"
#>
#> $export_index$makepredictcall
#> [1] "stats"
#>
#> $export_index$manova
#> [1] "stats"
#>
#> $export_index$mantelhaen.test
#> [1] "stats"
#>
#> $export_index$maphash
#> [1] "utils"
#>
#> $export_index$mauchly.test
#> [1] "stats"
#>
#> $export_index$mcnemar.test
#> [1] "stats"
#>
#> $export_index$median
#> [1] "stats"
#>
#> $export_index$median.default
#> [1] "stats"
#>
#> $export_index$medpolish
#> [1] "stats"
#>
#> $export_index$memory.limit
#> [1] "utils"
#>
#> $export_index$memory.size
#> [1] "utils"
#>
#> $export_index$menu
#> [1] "utils"
#>
#> $export_index$methods
#> [1] "utils"
#>
#> $export_index$mirror2html
#> [1] "utils"
#>
#> $export_index$model.extract
#> [1] "stats"
#>
#> $export_index$model.frame
#> [1] "stats"
#>
#> $export_index$model.frame.default
#> [1] "stats"
#>
#> $export_index$model.matrix
#> [1] "stats"
#>
#> $export_index$model.matrix.default
#> [1] "stats"
#>
#> $export_index$model.matrix.lm
#> [1] "stats"
#>
#> $export_index$model.offset
#> [1] "stats"
#>
#> $export_index$model.response
#> [1] "stats"
#>
#> $export_index$model.tables
#> [1] "stats"
#>
#> $export_index$model.weights
#> [1] "stats"
#>
#> $export_index$modifyList
#> [1] "utils"
#>
#> $export_index$monthplot
#> [1] "stats"
#>
#> $export_index$mood.test
#> [1] "stats"
#>
#> $export_index$mvfft
#> [1] "stats"
#>
#> $export_index$na.action
#> [1] "stats"
#>
#> $export_index$na.contiguous
#> [1] "stats"
#>
#> $export_index$na.exclude
#> [1] "stats"
#>
#> $export_index$na.fail
#> [1] "stats"
#>
#> $export_index$na.omit
#> [1] "stats"
#>
#> $export_index$na.pass
#> [1] "stats"
#>
#> $export_index$napredict
#> [1] "stats"
#>
#> $export_index$naprint
#> [1] "stats"
#>
#> $export_index$naresid
#> [1] "stats"
#>
#> $export_index$new.packages
#> [1] "utils"
#>
#> $export_index$news
#> [1] "utils"
#>
#> $export_index$nextn
#> [1] "stats"
#>
#> $export_index$nlm
#> [1] "stats"
#>
#> $export_index$nlminb
#> [1] "stats"
#>
#> $export_index$nls
#> [1] "stats"
#>
#> $export_index$nls.control
#> [1] "stats"
#>
#> $export_index$nobs
#> [1] "stats"
#>
#> $export_index$nsl
#> [1] "utils"
#>
#> $export_index$numericDeriv
#> [1] "stats"
#>
#> $export_index$numhash
#> [1] "utils"
#>
#> $export_index$object.size
#> [1] "utils"
#>
#> $export_index$offset
#> [1] "stats"
#>
#> $export_index$old.packages
#> [1] "utils"
#>
#> $export_index$oneway.test
#> [1] "stats"
#>
#> $export_index$optim
#> [1] "stats"
#>
#> $export_index$optimHess
#> [1] "stats"
#>
#> $export_index$optimise
#> [1] "stats"
#>
#> $export_index$optimize
#> [1] "stats"
#>
#> $export_index$order.dendrogram
#> [1] "stats"
#>
#> $export_index$p.adjust
#> [1] "stats"
#>
#> $export_index$pacf
#> [1] "stats"
#>
#> $export_index$package.skeleton
#> [1] "utils"
#>
#> $export_index$packageDate
#> [1] "utils"
#>
#> $export_index$packageDescription
#> [1] "utils"
#>
#> $export_index$packageName
#> [1] "utils"
#>
#> $export_index$packageStatus
#> [1] "utils"
#>
#> $export_index$packageVersion
#> [1] "utils"
#>
#> $export_index$page
#> [1] "utils"
#>
#> $export_index$pairwise.prop.test
#> [1] "stats"
#>
#> $export_index$pairwise.t.test
#> [1] "stats"
#>
#> $export_index$pairwise.table
#> [1] "stats"
#>
#> $export_index$pairwise.wilcox.test
#> [1] "stats"
#>
#> $export_index$pbeta
#> [1] "stats"
#>
#> $export_index$pbinom
#> [1] "stats"
#>
#> $export_index$pbirthday
#> [1] "stats"
#>
#> $export_index$pcauchy
#> [1] "stats"
#>
#> $export_index$pchisq
#> [1] "stats"
#>
#> $export_index$person
#> [1] "utils"
#>
#> $export_index$personList
#> [1] "utils"
#>
#> $export_index$pexp
#> [1] "stats"
#>
#> $export_index$pf
#> [1] "stats"
#>
#> $export_index$pgamma
#> [1] "stats"
#>
#> $export_index$pgeom
#> [1] "stats"
#>
#> $export_index$phyper
#> [1] "stats"
#>
#> $export_index$pico
#> [1] "utils"
#>
#> $export_index$plclust
#> [1] "stats"
#>
#> $export_index$plnorm
#> [1] "stats"
#>
#> $export_index$plogis
#> [1] "stats"
#>
#> $export_index$plot.ecdf
#> [1] "stats"
#>
#> $export_index$plot.spec.coherency
#> [1] "stats"
#>
#> $export_index$plot.spec.phase
#> [1] "stats"
#>
#> $export_index$plot.stepfun
#> [1] "stats"
#>
#> $export_index$plot.ts
#> [1] "stats"
#>
#> $export_index$pnbinom
#> [1] "stats"
#>
#> $export_index$pnorm
#> [1] "stats"
#>
#> $export_index$poisson
#> [1] "stats"
#>
#> $export_index$poisson.test
#> [1] "stats"
#>
#> $export_index$poly
#> [1] "stats"
#>
#> $export_index$polym
#> [1] "stats"
#>
#> $export_index$power
#> [1] "stats"
#>
#> $export_index$power.anova.test
#> [1] "stats"
#>
#> $export_index$power.free1way.test
#> [1] "stats"
#>
#> $export_index$power.prop.test
#> [1] "stats"
#>
#> $export_index$power.t.test
#> [1] "stats"
#>
#> $export_index$ppoints
#> [1] "stats"
#>
#> $export_index$ppois
#> [1] "stats"
#>
#> $export_index$ppplot
#> [1] "stats"
#>
#> $export_index$ppr
#> [1] "stats"
#>
#> $export_index$prcomp
#> [1] "stats"
#>
#> $export_index$predict
#> [1] "stats"
#>
#> $export_index$predict.glm
#> [1] "stats"
#>
#> $export_index$predict.lm
#> [1] "stats"
#>
#> $export_index$preplot
#> [1] "stats"
#>
#> $export_index$princomp
#> [1] "stats"
#>
#> $export_index$printCoefmat
#> [1] "stats"
#>
#> $export_index$process.events
#> [1] "utils"
#>
#> $export_index$profile
#> [1] "stats"
#>
#> $export_index$proj
#> [1] "stats"
#>
#> $export_index$promax
#> [1] "stats"
#>
#> $export_index$prompt
#> [1] "utils"
#>
#> $export_index$promptData
#> [1] "utils"
#>
#> $export_index$promptImport
#> [1] "utils"
#>
#> $export_index$promptPackage
#> [1] "utils"
#>
#> $export_index$prop.test
#> [1] "stats"
#>
#> $export_index$prop.trend.test
#> [1] "stats"
#>
#> $export_index$psignrank
#> [1] "stats"
#>
#> $export_index$psmirnov
#> [1] "stats"
#>
#> $export_index$pt
#> [1] "stats"
#>
#> $export_index$ptukey
#> [1] "stats"
#>
#> $export_index$punif
#> [1] "stats"
#>
#> $export_index$pweibull
#> [1] "stats"
#>
#> $export_index$pwilcox
#> [1] "stats"
#>
#> $export_index$qbeta
#> [1] "stats"
#>
#> $export_index$qbinom
#> [1] "stats"
#>
#> $export_index$qbirthday
#> [1] "stats"
#>
#> $export_index$qcauchy
#> [1] "stats"
#>
#> $export_index$qchisq
#> [1] "stats"
#>
#> $export_index$qexp
#> [1] "stats"
#>
#> $export_index$qf
#> [1] "stats"
#>
#> $export_index$qgamma
#> [1] "stats"
#>
#> $export_index$qgeom
#> [1] "stats"
#>
#> $export_index$qhyper
#> [1] "stats"
#>
#> $export_index$qlnorm
#> [1] "stats"
#>
#> $export_index$qlogis
#> [1] "stats"
#>
#> $export_index$qnbinom
#> [1] "stats"
#>
#> $export_index$qnorm
#> [1] "stats"
#>
#> $export_index$qpois
#> [1] "stats"
#>
#> $export_index$qqline
#> [1] "stats"
#>
#> $export_index$qqnorm
#> [1] "stats"
#>
#> $export_index$qqplot
#> [1] "stats"
#>
#> $export_index$qr.influence
#> [1] "stats"
#>
#> $export_index$qsignrank
#> [1] "stats"
#>
#> $export_index$qsmirnov
#> [1] "stats"
#>
#> $export_index$qt
#> [1] "stats"
#>
#> $export_index$qtukey
#> [1] "stats"
#>
#> $export_index$quade.test
#> [1] "stats"
#>
#> $export_index$quantile
#> [1] "stats"
#>
#> $export_index$quasi
#> [1] "stats"
#>
#> $export_index$quasibinomial
#> [1] "stats"
#>
#> $export_index$quasipoisson
#> [1] "stats"
#>
#> $export_index$qunif
#> [1] "stats"
#>
#> $export_index$qweibull
#> [1] "stats"
#>
#> $export_index$qwilcox
#> [1] "stats"
#>
#> $export_index$r2dtable
#> [1] "stats"
#>
#> $export_index$rWishart
#> [1] "stats"
#>
#> $export_index$rbeta
#> [1] "stats"
#>
#> $export_index$rbinom
#> [1] "stats"
#>
#> $export_index$rc.getOption
#> [1] "utils"
#>
#> $export_index$rc.options
#> [1] "utils"
#>
#> $export_index$rc.settings
#> [1] "utils"
#>
#> $export_index$rc.status
#> [1] "utils"
#>
#> $export_index$rcauchy
#> [1] "stats"
#>
#> $export_index$rchisq
#> [1] "stats"
#>
#> $export_index$read.DIF
#> [1] "utils"
#>
#> $export_index$read.csv
#> [1] "utils"
#>
#> $export_index$read.csv2
#> [1] "utils"
#>
#> $export_index$read.delim
#> [1] "utils"
#>
#> $export_index$read.delim2
#> [1] "utils"
#>
#> $export_index$read.fortran
#> [1] "utils"
#>
#> $export_index$read.ftable
#> [1] "stats"
#>
#> $export_index$read.fwf
#> [1] "utils"
#>
#> $export_index$read.socket
#> [1] "utils"
#>
#> $export_index$read.table
#> [1] "utils"
#>
#> $export_index$readCitationFile
#> [1] "utils"
#>
#> $export_index$recover
#> [1] "utils"
#>
#> $export_index$rect.hclust
#> [1] "stats"
#>
#> $export_index$reformulate
#> [1] "stats"
#>
#> $export_index$relevel
#> [1] "stats"
#>
#> $export_index$relist
#> [1] "utils"
#>
#> $export_index$remhash
#> [1] "utils"
#>
#> $export_index$remove.packages
#> [1] "utils"
#>
#> $export_index$removeSource
#> [1] "utils"
#>
#> $export_index$reorder
#> [1] "stats"
#>
#> $export_index$replications
#> [1] "stats"
#>
#> $export_index$reshape
#> [1] "stats"
#>
#> $export_index$resid
#> [1] "stats"
#>
#> $export_index$residuals
#> [1] "stats"
#>
#> $export_index$residuals.glm
#> [1] "stats"
#>
#> $export_index$residuals.lm
#> [1] "stats"
#>
#> $export_index$rexp
#> [1] "stats"
#>
#> $export_index$rf
#> [1] "stats"
#>
#> $export_index$rfree1way
#> [1] "stats"
#>
#> $export_index$rgamma
#> [1] "stats"
#>
#> $export_index$rgeom
#> [1] "stats"
#>
#> $export_index$rhyper
#> [1] "stats"
#>
#> $export_index$rlnorm
#> [1] "stats"
#>
#> $export_index$rlogis
#> [1] "stats"
#>
#> $export_index$rmultinom
#> [1] "stats"
#>
#> $export_index$rnbinom
#> [1] "stats"
#>
#> $export_index$rnorm
#> [1] "stats"
#>
#> $export_index$rpois
#> [1] "stats"
#>
#> $export_index$rsignrank
#> [1] "stats"
#>
#> $export_index$rsmirnov
#> [1] "stats"
#>
#> $export_index$rstandard
#> [1] "stats"
#>
#> $export_index$rstudent
#> [1] "stats"
#>
#> $export_index$rt
#> [1] "stats"
#>
#> $export_index$rtags
#> [1] "utils"
#>
#> $export_index$runif
#> [1] "stats"
#>
#> $export_index$runmed
#> [1] "stats"
#>
#> $export_index$rweibull
#> [1] "stats"
#>
#> $export_index$rwilcox
#> [1] "stats"
#>
#> $export_index$savehistory
#> [1] "utils"
#>
#> $export_index$scatter.smooth
#> [1] "stats"
#>
#> $export_index$screeplot
#> [1] "stats"
#>
#> $export_index$sd
#> [1] "stats"
#>
#> $export_index$se.contrast
#> [1] "stats"
#>
#> $export_index$select.list
#> [1] "utils"
#>
#> $export_index$selfStart
#> [1] "stats"
#>
#> $export_index$sessionInfo
#> [1] "utils"
#>
#> $export_index$setBreakpoint
#> [1] "utils"
#>
#> $export_index$setNames
#> [1] "stats"
#>
#> $export_index$setRepositories
#> [1] "utils"
#>
#> $export_index$setTxtProgressBar
#> [1] "utils"
#>
#> $export_index$sethash
#> [1] "utils"
#>
#> $export_index$shapiro.test
#> [1] "stats"
#>
#> $export_index$sigma
#> [1] "stats"
#>
#> $export_index$simulate
#> [1] "stats"
#>
#> $export_index$smooth
#> [1] "stats"
#>
#> $export_index$smooth.spline
#> [1] "stats"
#>
#> $export_index$smoothEnds
#> [1] "stats"
#>
#> $export_index$sortedXyData
#> [1] "stats"
#>
#> $export_index$spec.ar
#> [1] "stats"
#>
#> $export_index$spec.pgram
#> [1] "stats"
#>
#> $export_index$spec.taper
#> [1] "stats"
#>
#> $export_index$spectrum
#> [1] "stats"
#>
#> $export_index$spline
#> [1] "stats"
#>
#> $export_index$splinefun
#> [1] "stats"
#>
#> $export_index$splinefunH
#> [1] "stats"
#>
#> $export_index$stack
#> [1] "utils"
#>
#> $export_index$start
#> [1] "stats"
#>
#> $export_index$stat.anova
#> [1] "stats"
#>
#> $export_index$step
#> [1] "stats"
#>
#> $export_index$stepfun
#> [1] "stats"
#>
#> $export_index$stl
#> [1] "stats"
#>
#> $export_index$str
#> [1] "utils"
#>
#> $export_index$strOptions
#> [1] "utils"
#>
#> $export_index$strcapture
#> [1] "utils"
#>
#> $export_index$summary.aov
#> [1] "stats"
#>
#> $export_index$summary.glm
#> [1] "stats"
#>
#> $export_index$summary.lm
#> [1] "stats"
#>
#> $export_index$summary.manova
#> [1] "stats"
#>
#> $export_index$summary.stepfun
#> [1] "stats"
#>
#> $export_index$summaryRprof
#> [1] "utils"
#>
#> $export_index$suppressForeignCheck
#> [1] "utils"
#>
#> $export_index$supsmu
#> [1] "stats"
#>
#> $export_index$symnum
#> [1] "stats"
#>
#> $export_index$t.test
#> [1] "stats"
#>
#> $export_index$tail
#> [1] "utils"
#>
#> $export_index$tail.matrix
#> [1] "utils"
#>
#> $export_index$tar
#> [1] "utils"
#>
#> $export_index$termplot
#> [1] "stats"
#>
#> $export_index$terms
#> [1] "stats"
#>
#> $export_index$terms.formula
#> [1] "stats"
#>
#> $export_index$time
#> [1] "stats"
#>
#> $export_index$timestamp
#> [1] "utils"
#>
#> $export_index$toBibtex
#> [1] "utils"
#>
#> $export_index$toLatex
#> [1] "utils"
#>
#> $export_index$toeplitz
#> [1] "stats"
#>
#> $export_index$toeplitz2
#> [1] "stats"
#>
#> $export_index$ts
#> [1] "stats"
#>
#> $export_index$ts.intersect
#> [1] "stats"
#>
#> $export_index$ts.plot
#> [1] "stats"
#>
#> $export_index$ts.union
#> [1] "stats"
#>
#> $export_index$tsSmooth
#> [1] "stats"
#>
#> $export_index$tsdiag
#> [1] "stats"
#>
#> $export_index$tsp
#> [1] "stats"
#>
#> $export_index$`tsp<-`
#> [1] "stats"
#>
#> $export_index$txtProgressBar
#> [1] "utils"
#>
#> $export_index$type.convert
#> [1] "utils"
#>
#> $export_index$typhash
#> [1] "utils"
#>
#> $export_index$undebugcall
#> [1] "utils"
#>
#> $export_index$uniroot
#> [1] "stats"
#>
#> $export_index$unstack
#> [1] "utils"
#>
#> $export_index$untar
#> [1] "utils"
#>
#> $export_index$unzip
#> [1] "utils"
#>
#> $export_index$update
#> [1] "stats"
#>
#> $export_index$update.default
#> [1] "stats"
#>
#> $export_index$update.formula
#> [1] "stats"
#>
#> $export_index$update.packages
#> [1] "utils"
#>
#> $export_index$upgrade
#> [1] "utils"
#>
#> $export_index$url.show
#> [1] "utils"
#>
#> $export_index$var
#> [1] "stats"
#>
#> $export_index$var.test
#> [1] "stats"
#>
#> $export_index$variable.names
#> [1] "stats"
#>
#> $export_index$varimax
#> [1] "stats"
#>
#> $export_index$vcov
#> [1] "stats"
#>
#> $export_index$vi
#> [1] "utils"
#>
#> $export_index$vignette
#> [1] "utils"
#>
#> $export_index$warnErrList
#> [1] "utils"
#>
#> $export_index$weighted.mean
#> [1] "stats"
#>
#> $export_index$weighted.residuals
#> [1] "stats"
#>
#> $export_index$weights
#> [1] "stats"
#>
#> $export_index$wilcox.test
#> [1] "stats"
#>
#> $export_index$window
#> [1] "stats"
#>
#> $export_index$`window<-`
#> [1] "stats"
#>
#> $export_index$write.csv
#> [1] "utils"
#>
#> $export_index$write.csv2
#> [1] "utils"
#>
#> $export_index$write.ftable
#> [1] "stats"
#>
#> $export_index$write.socket
#> [1] "utils"
#>
#> $export_index$write.table
#> [1] "utils"
#>
#> $export_index$xedit
#> [1] "utils"
#>
#> $export_index$xemacs
#> [1] "utils"
#>
#> $export_index$xtabs
#> [1] "stats"
#>
#> $export_index$zip
#> [1] "utils"
#>
#>
#> $origin_map
#> stats::asOneSidedFormula
#> "stats"
#> stats::r2dtable
#> "stats"
#> stats::drop.terms
#> "stats"
#> stats::confint.lm
#> "stats"
#> stats::is.mts
#> "stats"
#> stats::nlminb
#> "stats"
#> stats::alias
#> "stats"
#> stats::gaussian
#> "stats"
#> stats::profile
#> "stats"
#> stats::ls.diag
#> "stats"
#> stats::mahalanobis
#> "stats"
#> stats::rmultinom
#> "stats"
#> stats::dpois
#> "stats"
#> stats::numericDeriv
#> "stats"
#> stats::makepredictcall
#> "stats"
#> stats::qlogis
#> "stats"
#> stats::loadings
#> "stats"
#> stats::dlogis
#> "stats"
#> stats::nlm
#> "stats"
#> stats::residuals.glm
#> "stats"
#> stats::qcauchy
#> "stats"
#> stats::nextn
#> "stats"
#> stats::nls
#> "stats"
#> stats::plot.stepfun
#> "stats"
#> stats::arima0.diag
#> "stats"
#> stats::dummy.coef
#> "stats"
#> stats::ftable
#> "stats"
#> stats::as.formula
#> "stats"
#> stats::pairwise.wilcox.test
#> "stats"
#> stats::time
#> "stats"
#> stats::embed
#> "stats"
#> stats::mantelhaen.test
#> "stats"
#> stats::dwilcox
#> "stats"
#> stats::ar
#> "stats"
#> stats::oneway.test
#> "stats"
#> stats::fligner.test
#> "stats"
#> stats::bw.bcv
#> "stats"
#> stats::predict.glm
#> "stats"
#> stats::rWishart
#> "stats"
#> stats::logLik
#> "stats"
#> stats::confint.default
#> "stats"
#> stats::AIC
#> "stats"
#> stats::rlogis
#> "stats"
#> stats::bw.ucv
#> "stats"
#> stats::arima
#> "stats"
#> stats::plot.ts
#> "stats"
#> stats::tsp
#> "stats"
#> stats::model.extract
#> "stats"
#> stats::tsp<-
#> "stats"
#> stats::stat.anova
#> "stats"
#> stats::update.formula
#> "stats"
#> stats::qbeta
#> "stats"
#> stats::bw.SJ
#> "stats"
#> stats::factanal
#> "stats"
#> stats::drop.scope
#> "stats"
#> stats::summary.aov
#> "stats"
#> stats::optimHess
#> "stats"
#> stats::.lm.fit
#> "stats"
#> stats::cooks.distance
#> "stats"
#> stats::dnorm
#> "stats"
#> stats::psmirnov
#> "stats"
#> stats::extractAIC
#> "stats"
#> stats::qbirthday
#> "stats"
#> stats::C
#> "stats"
#> stats::sortedXyData
#> "stats"
#> stats::D
#> "stats"
#> stats::lowess
#> "stats"
#> stats::varimax
#> "stats"
#> stats::optimize
#> "stats"
#> stats::manova
#> "stats"
#> stats::deviance
#> "stats"
#> stats::optim
#> "stats"
#> stats::lag.plot
#> "stats"
#> stats::constrOptim
#> "stats"
#> stats::splinefunH
#> "stats"
#> stats::reformulate
#> "stats"
#> stats::pacf
#> "stats"
#> stats::mcnemar.test
#> "stats"
#> stats::df
#> "stats"
#> stats::tsSmooth
#> "stats"
#> stats::make.link
#> "stats"
#> stats::glm.control
#> "stats"
#> stats::hasTsp
#> "stats"
#> stats::pgamma
#> "stats"
#> stats::addmargins
#> "stats"
#> stats::dexp
#> "stats"
#> stats::power.anova.test
#> "stats"
#> stats::prop.test
#> "stats"
#> stats::model.weights
#> "stats"
#> stats::ave
#> "stats"
#> stats::is.stepfun
#> "stats"
#> stats::heatmap
#> "stats"
#> stats::stepfun
#> "stats"
#> stats::loess.smooth
#> "stats"
#> stats::window<-
#> "stats"
#> stats::line
#> "stats"
#> stats::qqline
#> "stats"
#> stats::ar.mle
#> "stats"
#> stats::residuals
#> "stats"
#> stats::lsfit
#> "stats"
#> stats::get_all_vars
#> "stats"
#> stats::dt
#> "stats"
#> stats::splinefun
#> "stats"
#> stats::ks.test
#> "stats"
#> stats::cor
#> "stats"
#> stats::add.scope
#> "stats"
#> stats::ecdf
#> "stats"
#> stats::pwilcox
#> "stats"
#> stats::cov
#> "stats"
#> stats::dendrapply
#> "stats"
#> stats::rsignrank
#> "stats"
#> stats::bandwidth.kernel
#> "stats"
#> stats::free1way
#> "stats"
#> stats::as.dist
#> "stats"
#> stats::SSweibull
#> "stats"
#> stats::rfree1way
#> "stats"
#> stats::bw.nrd
#> "stats"
#> stats::start
#> "stats"
#> stats::plnorm
#> "stats"
#> stats::ts.union
#> "stats"
#> stats::mvfft
#> "stats"
#> stats::dweibull
#> "stats"
#> stats::as.ts
#> "stats"
#> stats::cor.test
#> "stats"
#> stats::.checkMFClasses
#> "stats"
#> stats::effects
#> "stats"
#> stats::reorder
#> "stats"
#> stats::KalmanForecast
#> "stats"
#> stats::eff.aovlist
#> "stats"
#> stats::qgamma
#> "stats"
#> stats::glm.fit
#> "stats"
#> stats::plot.spec.coherency
#> "stats"
#> stats::dgamma
#> "stats"
#> stats::cov2cor
#> "stats"
#> stats::ls.print
#> "stats"
#> stats::setNames
#> "stats"
#> stats::acf2AR
#> "stats"
#> stats::add1
#> "stats"
#> stats::rcauchy
#> "stats"
#> stats::shapiro.test
#> "stats"
#> stats::deriv3
#> "stats"
#> stats::window
#> "stats"
#> stats::model.tables
#> "stats"
#> stats::model.matrix
#> "stats"
#> stats::.nknots.smspl
#> "stats"
#> stats::KalmanLike
#> "stats"
#> stats::SSasymp
#> "stats"
#> stats::predict
#> "stats"
#> stats::as.stepfun
#> "stats"
#> stats::t.test
#> "stats"
#> stats::power.prop.test
#> "stats"
#> stats::rstandard
#> "stats"
#> stats::binom.test
#> "stats"
#> stats::cophenetic
#> "stats"
#> stats::pbeta
#> "stats"
#> stats::KalmanRun
#> "stats"
#> stats::naprint
#> "stats"
#> stats::qlnorm
#> "stats"
#> stats::plclust
#> "stats"
#> stats::model.response
#> "stats"
#> stats::dlnorm
#> "stats"
#> stats::lag
#> "stats"
#> stats::spec.pgram
#> "stats"
#> stats::interaction.plot
#> "stats"
#> stats::fitted
#> "stats"
#> stats::rgeom
#> "stats"
#> stats::estVar
#> "stats"
#> stats::rgamma
#> "stats"
#> stats::arima0
#> "stats"
#> stats::loglin
#> "stats"
#> stats::ar.yw
#> "stats"
#> stats::promax
#> "stats"
#> stats::phyper
#> "stats"
#> stats::drop1
#> "stats"
#> stats::SSfol
#> "stats"
#> stats::runif
#> "stats"
#> stats::family
#> "stats"
#> stats::quantile
#> "stats"
#> stats::wilcox.test
#> "stats"
#> stats::psignrank
#> "stats"
#> stats::complete.cases
#> "stats"
#> stats::offset
#> "stats"
#> stats::scatter.smooth
#> "stats"
#> stats::dmultinom
#> "stats"
#> stats::rlnorm
#> "stats"
#> stats::approx
#> "stats"
#> stats::naresid
#> "stats"
#> stats::SSfpl
#> "stats"
#> stats::proj
#> "stats"
#> stats::supsmu
#> "stats"
#> stats::qqnorm
#> "stats"
#> stats::end
#> "stats"
#> stats::printCoefmat
#> "stats"
#> stats::princomp
#> "stats"
#> stats::aggregate.data.frame
#> "stats"
#> stats::dnbinom
#> "stats"
#> stats::lm.influence
#> "stats"
#> stats::rect.hclust
#> "stats"
#> stats::convolve
#> "stats"
#> stats::ansari.test
#> "stats"
#> stats::median.default
#> "stats"
#> stats::ARMAacf
#> "stats"
#> stats::poly
#> "stats"
#> stats::NLSstRtAsymptote
#> "stats"
#> stats::power.t.test
#> "stats"
#> stats::write.ftable
#> "stats"
#> stats::qhyper
#> "stats"
#> stats::polym
#> "stats"
#> stats::weights
#> "stats"
#> stats::dhyper
#> "stats"
#> stats::contrasts<-
#> "stats"
#> stats::kernel
#> "stats"
#> stats::friedman.test
#> "stats"
#> stats::acf
#> "stats"
#> stats::qwilcox
#> "stats"
#> stats::filter
#> "stats"
#> stats::lm.fit
#> "stats"
#> stats::rpois
#> "stats"
#> stats::cmdscale
#> "stats"
#> stats::factor.scope
#> "stats"
#> stats::Gamma
#> "stats"
#> stats::pweibull
#> "stats"
#> stats::pchisq
#> "stats"
#> stats::ksmooth
#> "stats"
#> stats::symnum
#> "stats"
#> stats::smooth
#> "stats"
#> stats::quasipoisson
#> "stats"
#> stats::ppr
#> "stats"
#> stats::spec.ar
#> "stats"
#> stats::pnbinom
#> "stats"
#> stats::coefficients
#> "stats"
#> stats::model.offset
#> "stats"
#> stats::dbeta
#> "stats"
#> stats::SSasympOff
#> "stats"
#> stats::pbirthday
#> "stats"
#> stats::replications
#> "stats"
#> stats::ar.ols
#> "stats"
#> stats::rhyper
#> "stats"
#> stats::spectrum
#> "stats"
#> stats::lm
#> "stats"
#> stats::expand.model.frame
#> "stats"
#> stats::kernapply
#> "stats"
#> stats::bw.nrd0
#> "stats"
#> stats::stl
#> "stats"
#> stats::loess
#> "stats"
#> stats::IQR
#> "stats"
#> stats::qgeom
#> "stats"
#> stats::contr.helmert
#> "stats"
#> stats::na.pass
#> "stats"
#> stats::toeplitz
#> "stats"
#> stats::pairwise.t.test
#> "stats"
#> stats::dist
#> "stats"
#> stats::.getXlevels
#> "stats"
#> stats::NLSstClosestX
#> "stats"
#> stats::getInitial
#> "stats"
#> stats::sigma
#> "stats"
#> stats::qchisq
#> "stats"
#> stats::contr.poly
#> "stats"
#> stats::dchisq
#> "stats"
#> stats::spline
#> "stats"
#> stats::qunif
#> "stats"
#> stats::confint
#> "stats"
#> stats::pairwise.table
#> "stats"
#> stats::SSasympOrig
#> "stats"
#> stats::pexp
#> "stats"
#> stats::plot.spec.phase
#> "stats"
#> stats::density.default
#> "stats"
#> stats::medpolish
#> "stats"
#> stats::ptukey
#> "stats"
#> stats::cancor
#> "stats"
#> stats::Box.test
#> "stats"
#> stats::TukeyHSD
#> "stats"
#> stats::rnorm
#> "stats"
#> stats::var.test
#> "stats"
#> stats::poisson
#> "stats"
#> stats::bartlett.test
#> "stats"
#> stats::summary.stepfun
#> "stats"
#> stats::na.fail
#> "stats"
#> stats::model.frame
#> "stats"
#> stats::covratio
#> "stats"
#> stats::contrasts
#> "stats"
#> stats::ar.burg
#> "stats"
#> stats::residuals.lm
#> "stats"
#> stats::df.residual
#> "stats"
#> stats::ts.intersect
#> "stats"
#> stats::power
#> "stats"
#> stats::SSlogis
#> "stats"
#> stats::glm
#> "stats"
#> stats::rchisq
#> "stats"
#> stats::getCall
#> "stats"
#> stats::model.matrix.lm
#> "stats"
#> stats::chisq.test
#> "stats"
#> stats::coef
#> "stats"
#> stats::step
#> "stats"
#> stats::ppoints
#> "stats"
#> stats::vcov
#> "stats"
#> stats::.preformat.ts
#> "stats"
#> stats::qqplot
#> "stats"
#> stats::DF2formula
#> "stats"
#> stats::update.default
#> "stats"
#> stats::qtukey
#> "stats"
#> stats::quade.test
#> "stats"
#> stats::qpois
#> "stats"
#> stats::df.kernel
#> "stats"
#> stats::influence
#> "stats"
#> stats::qsmirnov
#> "stats"
#> stats::cutree
#> "stats"
#> stats::poisson.test
#> "stats"
#> stats::pf
#> "stats"
#> stats::case.names
#> "stats"
#> stats::frequency
#> "stats"
#> stats::tsdiag
#> "stats"
#> stats::qweibull
#> "stats"
#> stats::NLSstLfAsymptote
#> "stats"
#> stats::kmeans
#> "stats"
#> stats::weighted.residuals
#> "stats"
#> stats::mauchly.test
#> "stats"
#> stats::napredict
#> "stats"
#> stats::qexp
#> "stats"
#> stats::deriv
#> "stats"
#> stats::var
#> "stats"
#> stats::aggregate.ts
#> "stats"
#> stats::rwilcox
#> "stats"
#> stats::SSbiexp
#> "stats"
#> stats::pt
#> "stats"
#> stats::rsmirnov
#> "stats"
#> stats::qf
#> "stats"
#> stats::xtabs
#> "stats"
#> stats::kruskal.test
#> "stats"
#> stats::median
#> "stats"
#> stats::as.hclust
#> "stats"
#> stats::termplot
#> "stats"
#> stats::rweibull
#> "stats"
#> stats::resid
#> "stats"
#> stats::pgeom
#> "stats"
#> stats::qnbinom
#> "stats"
#> stats::se.contrast
#> "stats"
#> stats::summary.manova
#> "stats"
#> stats::prcomp
#> "stats"
#> stats::preplot
#> "stats"
#> stats::plot.ecdf
#> "stats"
#> stats::qr.influence
#> "stats"
#> stats::arima.sim
#> "stats"
#> stats::lm.wfit
#> "stats"
#> stats::ccf
#> "stats"
#> stats::is.leaf
#> "stats"
#> stats::na.action
#> "stats"
#> stats::screeplot
#> "stats"
#> stats::approxfun
#> "stats"
#> stats::NLSstAsymptotic
#> "stats"
#> stats::order.dendrogram
#> "stats"
#> stats::cycle
#> "stats"
#> stats::power.free1way.test
#> "stats"
#> stats::qt
#> "stats"
#> stats::rf
#> "stats"
#> stats::punif
#> "stats"
#> stats::quasi
#> "stats"
#> stats::ts.plot
#> "stats"
#> stats::cov.wt
#> "stats"
#> stats::mood.test
#> "stats"
#> stats::PP.test
#> "stats"
#> stats::is.empty.model
#> "stats"
#> stats::loess.control
#> "stats"
#> stats::decompose
#> "stats"
#> stats::ppplot
#> "stats"
#> stats::aggregate
#> "stats"
#> stats::BIC
#> "stats"
#> stats::reshape
#> "stats"
#> stats::makeARIMA
#> "stats"
#> stats::ARMAtoMA
#> "stats"
#> stats::weighted.mean
#> "stats"
#> stats::pbinom
#> "stats"
#> stats::selfStart
#> "stats"
#> stats::SSgompertz
#> "stats"
#> stats::qnorm
#> "stats"
#> stats::inverse.gaussian
#> "stats"
#> stats::na.omit
#> "stats"
#> stats::sd
#> "stats"
#> stats::rt
#> "stats"
#> stats::fft
#> "stats"
#> stats::dcauchy
#> "stats"
#> stats::fivenum
#> "stats"
#> stats::toeplitz2
#> "stats"
#> stats::relevel
#> "stats"
#> stats::summary.glm
#> "stats"
#> stats::rexp
#> "stats"
#> stats::monthplot
#> "stats"
#> stats::dfbeta
#> "stats"
#> stats::diffinv
#> "stats"
#> stats::nobs
#> "stats"
#> stats::SSmicmen
#> "stats"
#> stats::is.ts
#> "stats"
#> stats::dummy.coef.lm
#> "stats"
#> stats::hatvalues
#> "stats"
#> stats::variable.names
#> "stats"
#> stats::Pair
#> "stats"
#> stats::model.frame.default
#> "stats"
#> stats::anova
#> "stats"
#> stats::simulate
#> "stats"
#> stats::dffits
#> "stats"
#> stats::model.matrix.default
#> "stats"
#> stats::contr.SAS
#> "stats"
#> stats::contr.treatment
#> "stats"
#> stats::predict.lm
#> "stats"
#> stats::prop.trend.test
#> "stats"
#> stats::as.dendrogram
#> "stats"
#> stats::ppois
#> "stats"
#> stats::pcauchy
#> "stats"
#> stats::smoothEnds
#> "stats"
#> stats::qbinom
#> "stats"
#> stats::hat
#> "stats"
#> stats::p.adjust
#> "stats"
#> stats::.MFclass
#> "stats"
#> stats::dbinom
#> "stats"
#> stats::terms.formula
#> "stats"
#> stats::spec.taper
#> "stats"
#> stats::HoltWinters
#> "stats"
#> stats::ts
#> "stats"
#> stats::na.exclude
#> "stats"
#> stats::dsignrank
#> "stats"
#> stats::is.tskernel
#> "stats"
#> stats::fitted.values
#> "stats"
#> stats::qsignrank
#> "stats"
#> stats::integrate
#> "stats"
#> stats::optimise
#> "stats"
#> stats::binomial
#> "stats"
#> stats::KalmanSmooth
#> "stats"
#> stats::.vcov.aliased
#> "stats"
#> stats::deltat
#> "stats"
#> stats::SSD
#> "stats"
#> stats::summary.lm
#> "stats"
#> stats::smooth.spline
#> "stats"
#> stats::rstudent
#> "stats"
#> stats::hclust
#> "stats"
#> stats::density
#> "stats"
#> stats::dgeom
#> "stats"
#> stats::terms
#> "stats"
#> stats::fisher.test
#> "stats"
#> stats::rbinom
#> "stats"
#> stats::formula
#> "stats"
#> stats::nls.control
#> "stats"
#> stats::isoreg
#> "stats"
#> stats::contr.sum
#> "stats"
#> stats::uniroot
#> "stats"
#> stats::quasibinomial
#> "stats"
#> stats::dunif
#> "stats"
#> stats::influence.measures
#> "stats"
#> stats::na.contiguous
#> "stats"
#> stats::dfbetas
#> "stats"
#> stats::pairwise.prop.test
#> "stats"
#> stats::rnbinom
#> "stats"
#> stats::pnorm
#> "stats"
#> stats::rbeta
#> "stats"
#> stats::cpgram
#> "stats"
#> stats::knots
#> "stats"
#> stats::biplot
#> "stats"
#> stats::runmed
#> "stats"
#> stats::mad
#> "stats"
#> stats::delete.response
#> "stats"
#> stats::plogis
#> "stats"
#> stats::read.ftable
#> "stats"
#> stats::aov
#> "stats"
#> stats::update
#> "stats"
#> stats::StructTS
#> "stats"
#> utils::write.socket
#> "utils"
#> utils::fixInNamespace
#> "utils"
#> utils::changedFiles
#> "utils"
#> utils::history
#> "utils"
#> utils::SweaveHooks
#> "utils"
#> utils::packageDate
#> "utils"
#> utils::installed.packages
#> "utils"
#> utils::citEntry
#> "utils"
#> utils::as.roman
#> "utils"
#> utils::suppressForeignCheck
#> "utils"
#> utils::aregexec
#> "utils"
#> utils::txtProgressBar
#> "utils"
#> utils::strcapture
#> "utils"
#> utils::xemacs
#> "utils"
#> utils::rtags
#> "utils"
#> utils::as.person
#> "utils"
#> utils::maintainer
#> "utils"
#> utils::aspell
#> "utils"
#> utils::bug.report
#> "utils"
#> utils::capture.output
#> "utils"
#> utils::remhash
#> "utils"
#> utils::assignInMyNamespace
#> "utils"
#> utils::aspell_package_vignettes
#> "utils"
#> utils::memory.limit
#> "utils"
#> utils::person
#> "utils"
#> utils::ls.str
#> "utils"
#> utils::read.delim2
#> "utils"
#> utils::RweaveLatexWritedoc
#> "utils"
#> utils::hasName
#> "utils"
#> utils::getTxtProgressBar
#> "utils"
#> utils::news
#> "utils"
#> utils::typhash
#> "utils"
#> utils::read.csv
#> "utils"
#> utils::RSiteSearch
#> "utils"
#> utils::debugger
#> "utils"
#> utils::demo
#> "utils"
#> utils::isS3stdGeneric
#> "utils"
#> utils::Sweave
#> "utils"
#> utils::nsl
#> "utils"
#> utils::modifyList
#> "utils"
#> utils::promptData
#> "utils"
#> utils::help.request
#> "utils"
#> utils::alarm
#> "utils"
#> utils::.DollarNames
#> "utils"
#> utils::promptImport
#> "utils"
#> utils::close.socket
#> "utils"
#> utils::read.csv2
#> "utils"
#> utils::zip
#> "utils"
#> utils::hsearch_db_concepts
#> "utils"
#> utils::assignInNamespace
#> "utils"
#> utils::askYesNo
#> "utils"
#> utils::read.delim
#> "utils"
#> utils::limitedLabels
#> "utils"
#> utils::is.relistable
#> "utils"
#> utils::toLatex
#> "utils"
#> utils::citFooter
#> "utils"
#> utils::head.matrix
#> "utils"
#> utils::View
#> "utils"
#> utils::findMatches
#> "utils"
#> utils::create.post
#> "utils"
#> utils::globalVariables
#> "utils"
#> utils::vi
#> "utils"
#> utils::bibentry
#> "utils"
#> utils::checkCRAN
#> "utils"
#> utils::Stangle
#> "utils"
#> utils::methods
#> "utils"
#> utils::sethash
#> "utils"
#> utils::type.convert
#> "utils"
#> utils::findLineNum
#> "utils"
#> utils::menu
#> "utils"
#> utils::?
#> "utils"
#> utils::aspell_package_C_files
#> "utils"
#> utils::RtangleOptions
#> "utils"
#> utils::old.packages
#> "utils"
#> utils::hsearch_db_keywords
#> "utils"
#> utils::RShowDoc
#> "utils"
#> utils::browseURL
#> "utils"
#> utils::debugcall
#> "utils"
#> utils::is.hashtab
#> "utils"
#> utils::gethash
#> "utils"
#> utils::setTxtProgressBar
#> "utils"
#> utils::tail
#> "utils"
#> utils::emacs
#> "utils"
#> utils::object.size
#> "utils"
#> utils::RweaveTryStop
#> "utils"
#> utils::undebugcall
#> "utils"
#> utils::download.file
#> "utils"
#> utils::loadhistory
#> "utils"
#> utils::RweaveChunkPrefix
#> "utils"
#> utils::summaryRprof
#> "utils"
#> utils::make.socket
#> "utils"
#> utils::xedit
#> "utils"
#> utils::data
#> "utils"
#> utils::charClass
#> "utils"
#> utils::RtangleSetup
#> "utils"
#> utils::browseEnv
#> "utils"
#> utils::update.packages
#> "utils"
#> utils::untar
#> "utils"
#> utils::tail.matrix
#> "utils"
#> utils::getS3method
#> "utils"
#> utils::write.table
#> "utils"
#> utils::strOptions
#> "utils"
#> utils::rc.status
#> "utils"
#> utils::asDateBuilt
#> "utils"
#> utils::Rprofmem
#> "utils"
#> utils::apropos
#> "utils"
#> utils::getSrcDirectory
#> "utils"
#> utils::as.relistable
#> "utils"
#> utils::citeNatbib
#> "utils"
#> utils::read.fwf
#> "utils"
#> utils::de.setup
#> "utils"
#> utils::removeSource
#> "utils"
#> utils::data.entry
#> "utils"
#> utils::packageVersion
#> "utils"
#> utils::.checkHT
#> "utils"
#> utils::as.personList
#> "utils"
#> utils::citation
#> "utils"
#> utils::citHeader
#> "utils"
#> utils::read.fortran
#> "utils"
#> utils::findCRANmirror
#> "utils"
#> utils::aspell_package_R_files
#> "utils"
#> utils::RtangleFinish
#> "utils"
#> utils::hashtab
#> "utils"
#> utils::rc.getOption
#> "utils"
#> utils::RtangleWritedoc
#> "utils"
#> utils::readCitationFile
#> "utils"
#> utils::stack
#> "utils"
#> utils::package.skeleton
#> "utils"
#> utils::memory.size
#> "utils"
#> utils::de.ncols
#> "utils"
#> utils::file.edit
#> "utils"
#> utils::sessionInfo
#> "utils"
#> utils::SweaveSyntConv
#> "utils"
#> utils::RweaveLatex
#> "utils"
#> utils::help
#> "utils"
#> utils::prompt
#> "utils"
#> utils::getParseText
#> "utils"
#> utils::.AtNames
#> "utils"
#> utils::url.show
#> "utils"
#> utils::getCRANmirrors
#> "utils"
#> utils::head
#> "utils"
#> utils::localeToCharset
#> "utils"
#> utils::Rprof
#> "utils"
#> utils::getParseData
#> "utils"
#> utils::RweaveLatexSetup
#> "utils"
#> utils::formatOL
#> "utils"
#> utils::dump.frames
#> "utils"
#> utils::read.table
#> "utils"
#> utils::URLdecode
#> "utils"
#> utils::numhash
#> "utils"
#> utils::isS3method
#> "utils"
#> utils::compareVersion
#> "utils"
#> utils::count.fields
#> "utils"
#> utils::tar
#> "utils"
#> utils::setRepositories
#> "utils"
#> utils::edit
#> "utils"
#> utils::mirror2html
#> "utils"
#> utils::relist
#> "utils"
#> utils::chooseBioCmirror
#> "utils"
#> utils::available.packages
#> "utils"
#> utils::aspell_write_personal_dictionary_file
#> "utils"
#> utils::getAnywhere
#> "utils"
#> utils::hsearch_db
#> "utils"
#> utils::personList
#> "utils"
#> utils::fileSnapshot
#> "utils"
#> utils::combn
#> "utils"
#> utils::packageStatus
#> "utils"
#> utils::read.socket
#> "utils"
#> utils::find
#> "utils"
#> utils::RweaveLatexOptions
#> "utils"
#> utils::page
#> "utils"
#> utils::write.csv
#> "utils"
#> utils::dataentry
#> "utils"
#> utils::getSrcFilename
#> "utils"
#> utils::packageDescription
#> "utils"
#> utils::file_test
#> "utils"
#> utils::toBibtex
#> "utils"
#> utils::browseVignettes
#> "utils"
#> utils::setBreakpoint
#> "utils"
#> utils::download.packages
#> "utils"
#> utils::remove.packages
#> "utils"
#> utils::RweaveLatexFinish
#> "utils"
#> utils::chooseCRANmirror
#> "utils"
#> utils::upgrade
#> "utils"
#> utils::de
#> "utils"
#> utils::.RtangleCodeLabel
#> "utils"
#> utils::formatUL
#> "utils"
#> utils::de.restore
#> "utils"
#> utils::promptPackage
#> "utils"
#> utils::write.csv2
#> "utils"
#> utils::Rtangle
#> "utils"
#> utils::packageName
#> "utils"
#> utils::glob2rx
#> "utils"
#> utils::unstack
#> "utils"
#> utils::read.DIF
#> "utils"
#> utils::savehistory
#> "utils"
#> utils::vignette
#> "utils"
#> utils::install.packages
#> "utils"
#> utils::.S3methods
#> "utils"
#> utils::argsAnywhere
#> "utils"
#> utils::help.search
#> "utils"
#> utils::getSrcref
#> "utils"
#> utils::makeRweaveLatexCodeRunner
#> "utils"
#> utils::RweaveEvalWithOpt
#> "utils"
#> utils::lsf.str
#> "utils"
#> utils::select.list
#> "utils"
#> utils::SweaveGetSourceName
#> "utils"
#> utils::cite
#> "utils"
#> utils::recover
#> "utils"
#> utils::fix
#> "utils"
#> utils::new.packages
#> "utils"
#> utils::aspell_package_Rd_files
#> "utils"
#> utils::bitstring
#> "utils"
#> utils::str
#> "utils"
#> utils::RtangleRuncode
#> "utils"
#> utils::process.events
#> "utils"
#> utils::example
#> "utils"
#> utils::warnErrList
#> "utils"
#> utils::getSrcLocation
#> "utils"
#> utils::flush.console
#> "utils"
#> utils::maphash
#> "utils"
#> utils::timestamp
#> "utils"
#> utils::make.packages.html
#> "utils"
#> utils::rc.options
#> "utils"
#> utils::getFromNamespace
#> "utils"
#> utils::clrhash
#> "utils"
#> utils::adist
#> "utils"
#> utils::contrib.url
#> "utils"
#> utils::URLencode
#> "utils"
#> utils::rc.settings
#> "utils"
#> utils::help.start
#> "utils"
#> utils::unzip
#> "utils"
#> utils::pico
#> "utils"
#>
#> $pkg_versions
#> $pkg_versions$stats
#> [1] "4.6.1"
#>
#> $pkg_versions$utils
#> [1] "4.6.1"
#>
#>