Displaying 4 results from an estimated 4 matches for "groupgeneric".
Did you mean:
s3groupgeneric
2007 Dec 18
0
branch cuts of log() and sqrt()
.../R-devel/src/library/base/man% diff -c Math.Rd
new_Math.Rd
*** Math.Rd Fri Jul 27 16:51:44 2007
--- new_Math.Rd Tue Dec 18 09:01:35 2007
***************
*** 22,32 ****
\details{
These are generic functions: methods can be defined for them
individually or via the \code{\link[base:groupGeneric]{Math}}
! group generic. For complex arguments (and the default method),
\code{z},
! \code{abs(z) == \link{Mod}(z)} and \code{sqrt(z) == z^0.5}.
\code{abs(x)} returns an \code{\link{integer}} vector when \code
{x} is
\code{integer} or \code{\link{logical}}.
}
\section{S4 me...
2010 Jan 19
2
Help deciphering segfault in make check
...Mac and Linux, but some things in make
check seem to break on certain Linux boxes that don't on Mac or other
machines. Here is an example from (Red Hat?) in doing the basic
tests, in src/tests/Examples/, where base-Ex.R seems to have a
problem, at the end of base-Ex.Rout.fail:
> ### Name: groupGeneric
> ### Title: S3 Group Generic Functions
> ### Aliases: S3groupGeneric .Group Math Math.data.frame Ops Ops.data.frame
> ### Summary Summary.data.frame Complex 'group generic'
> ### Keywords: methods
>
> ### ** Examples
>
> require(utils)
>
> d.fr <- data.fr...
2005 Jan 16
1
p.adjust(<NA>s), was "Re: [BioC] limma and p-values"
I append below a suggested update for p.adjust().
1. A new method "yh" for control of FDR is included which is valid for any
dependency structure. Reference is Benjamini, Y., and Yekutieli, D. (2001).
The control of the false discovery rate in multiple testing under
dependency. Annals of Statistics 29, 1165-1188.
2. I've re-named the "fdr" method to "bh" but
2010 Aug 24
0
mlm for within subject design
...int me to the right direction?
>
>
>
> So first question: where is the `+` operation defined for tables?
tables are a modification via attributes of matrices.
> Is it
> S4? How can I see the source code of S4 functions
I don't think so, at least from reading:
?Arithmetic
?groupGeneric
?InternalMethods
> (I'm not very
> comfortable with S4)? Or in general how do I find all generic
> functions
> for a specific class? I can get all S3 implementations of plot with
> methods(plot), I can get all S4 functions with getMethods(plot). But
> I've no idea of how...