search for: roptregts

Displaying 7 results from an estimated 7 matches for "roptregts".

2010 Jun 06
1
Robust Asymptotic Statistics (RobASt)
Hi all, Other than: http://www.stamats.de/F2006.r Are there other good simple examples out there of using the ROptRegTS package (part of the RobASt project)? I'm hoping to plug it in for multivariate regression. Or is this not a good idea? Just trying to find out how it compares to rlm, lts, glm, etc. Hopefully this makes sense, I'm new to the world of statistics and R. Thanks! St0x
2009 Dec 09
0
new version of RobASt-family of packages
...age RobLoxBioC was added to the family which includes S4 classes and methods for preprocessing omics data, in particular gene expression data. ############################################## ## All packages (RandVar, RobAStBase, RobLox, RobLoxBioC, ## ROptEst, ROptEstOld, ROptRegTS, RobRex) ############################################## - TOBEDONE file was added as a starting point for collaborations. The file can be displayed via function TOBEDONE from package startupmsg; e.g. TOBEDONE("distr") - tests/Examples folder for some automatic testing was introduced ###...
2009 Dec 09
0
new version of RobASt-family of packages
...age RobLoxBioC was added to the family which includes S4 classes and methods for preprocessing omics data, in particular gene expression data. ############################################## ## All packages (RandVar, RobAStBase, RobLox, RobLoxBioC, ## ROptEst, ROptEstOld, ROptRegTS, RobRex) ############################################## - TOBEDONE file was added as a starting point for collaborations. The file can be displayed via function TOBEDONE from package startupmsg; e.g. TOBEDONE("distr") - tests/Examples folder for some automatic testing was introduced ###...
2012 Mar 16
1
Change in behavior of update.views()?
...: > update.views('Robust') Warning message: In update.views("Robust") : The following packages are not available: covRobust, distr, FRB, MASS, mblm, multinomRob, mvoutlier, quantreg, RandVar, rgam, RobAStBase, robfilter, RobLox, RobRex, robust, RobustAFT, robustbase, ROptEst, ROptRegTS, rrcov, sandwich, wle > library(covRobust) > It is puzzling because — as the second command shows — the package covRobust is installed. Here is my > sessionInfo() R version 2.14.2 (2012-02-29) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US....
2008 Sep 15
0
RobASt-Packages
...e to announce the availability on CRAN (with possibly a minor delay until on every mirror) of new versions of our packages for the computation of optimally robust estimators; i.e., "RandVar", "ROptEst", "RobLox" as well as a new package "RobAStBase" (not yet: ROptRegTS and RobRex). ----------------------------------------------------------------------------------------- Devel versions on R-forge ----------------------------------------------------------------------------------------- The development of these packages is under r-forge project RobASt (Robust Asymp...
2008 Sep 15
0
RobASt-Packages
...e to announce the availability on CRAN (with possibly a minor delay until on every mirror) of new versions of our packages for the computation of optimally robust estimators; i.e., "RandVar", "ROptEst", "RobLox" as well as a new package "RobAStBase" (not yet: ROptRegTS and RobRex). ----------------------------------------------------------------------------------------- Devel versions on R-forge ----------------------------------------------------------------------------------------- The development of these packages is under r-forge project RobASt (Robust Asymp...
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })