search for: roptestold

Displaying 5 results from an estimated 5 matches for "roptestold".

2009 Dec 09
0
new version of RobASt-family of packages
...the new package 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 intro...
2009 Dec 09
0
new version of RobASt-family of packages
...the new package 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 intro...
2011 Jan 26
0
New package versions for distr- and robast- families
...r, Matthias, Nataliya ------------------------------------------------------------------------ ------------------------------------------------------------------------ New versions 0.8 of our RobASt-family of packages are now available on CRAN. (i.e.; RandVar, RobAStBase, ROptEst, RobLox, ROptEstOld, ROptEstTS, RobRex, RobLoxBioC) Most importantly, we have included: + a quasi-MC trick by Nataliya Horbenko to better produce random variables under complicated not necessarily monotone transformations + enhanced functions infoPlot, (plots relative information used for coordinates...
2011 Jan 26
0
New package versions for distr- and robast- families
...r, Matthias, Nataliya ------------------------------------------------------------------------ ------------------------------------------------------------------------ New versions 0.8 of our RobASt-family of packages are now available on CRAN. (i.e.; RandVar, RobAStBase, ROptEst, RobLox, ROptEstOld, ROptEstTS, RobRex, RobLoxBioC) Most importantly, we have included: + a quasi-MC trick by Nataliya Horbenko to better produce random variables under complicated not necessarily monotone transformations + enhanced functions infoPlot, (plots relative information used for coordinates...
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, ...) { ... ... ... })