Displaying 16 results from an estimated 16 matches for "anovalist".
Did you mean:
analist
1998 Oct 21
0
anovalist.lm or anova.lmlist?
In R, we currently have the functions
anovalist.lm
and anova.glmlist
S / S-plus has
anova.lmlist
anova.glmlist
On the other hand, the [n]lme package (library) of Doug Bates and Jose
Pinheiro has an "lmList" class and an anova.lmList(.) method for that.
We are considering to use
anovalist.lm
and anovalist.glm
instead of t...
2000 Aug 01
0
anova() on three or more objects behaves inconsistently (PR#621)
anova() on three or more objects behaves inconsistently in R.
In R anovalist.lm does a sequential ANOVA using pairwise F tests,
ignoring all the other objects, so the larger of the two models
provides the denominator.
In S anova.lmlist uses the denominator from the largest model (smallest
residual df) in the set, as does anova.glmlist in both.
I suggest that R's anova...
2009 Jun 16
1
overshoot of formula line in summary output of Sweave
...used
to generate the text. The deparse function takes a
"width.cutoff" argument, that could be used in these cases,
if it were possible to pass a value to it, or if its default
value could be set with an option. Other methods do not
use deparse, (print.summary.polr in MASS uses dput and
anovalist.nls also does it differently) so such a solution
would not work universally without altering these functions.
Here is a toy example that illustrates the overshoot of the formula
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{left=2in,right=2in}
\begin{document}
<<keep.source=...
2003 Aug 20
0
SJava in R
....ts
agrep
AIC
AIC.default
AIC.logLik
alias
.Alias
alias.formula
alias.lm
alist
all
all.equal
all.equal.character
all.equal.default
all.equal.factor
all.equal.formula
all.equal.language
all.equal.list
all.equal.numeric
all.equal.POSIXct
all.names
all.vars
anova
anova.glm
anova.glmlist
anova.glm.null
anovalist.lm
anova.lm
anova.lmlist
anova.lm.null
anova.mlm
any
aov
aperm
append
apply
approx
approxfun
apropos
Arg
args
array
arrows
as.array
as.call
as.character
as.character.default
as.character.factor
as.character.octmode
as.character.POSIXt
...
yinch
zapsmall
zip.file.extract
function call [objects('...
1999 Dec 22
0
as.matrix.data.frame() modifies content of character columns (PR#386)
...ase"))))
+ || any(grep("format.default[(]", deparse(get(i,
pos="package:base"))))
+ )collect <- c(collect, i)
+ }
> collect
[1] "add1.default" "add1.glm" "add1.lm"
"all.equal.numeric"
[5] "anovalist.lm" "as.matrix.data.frame" "drop1.default"
"drop1.glm"
[9] "drop1.lm" "format.char" "format.default"
"format.pval"
[13] "help.search" "hist.default" &q...
1998 Feb 16
1
R-beta: Various R Questions and Comments
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 5982 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980216/81b069c2/attachment.pl
2000 Apr 26
1
Writing lgrindefs
Dear all,
I'm writing a lgrind definition for R. Lgrind is a program to produce
pretty program listings for inclusion in LaTeX documents. Does anybody
here have any experience with lgrindefs?
My definition now looks like this:
R:\
:pb=^\d?\p\d<-\dfunction\(\a\):\
:bb={:be=}:cb=\d#:ce=$sb=":se=\e":lb=':le=\e':id=.:\
:zb=@:ze=@:tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
2000 Apr 26
1
Writing lgrindefs
Dear all,
I'm writing a lgrind definition for R. Lgrind is a program to produce
pretty program listings for inclusion in LaTeX documents. Does anybody
here have any experience with lgrindefs?
My definition now looks like this:
R:\
:pb=^\d?\p\d<-\dfunction\(\a\):\
:bb={:be=}:cb=\d#:ce=$sb=":se=\e":lb=':le=\e':id=.:\
:zb=@:ze=@:tb=%%:te=%%:mb=%\$:me=\$%:vb=%\|:ve=\|%:\
2007 Apr 05
1
Indexing in anova summary output of the form: summary(aov(y ~ x1, Error = (x1/x2)))
Hi, there
I'm trying to get the value of the Mean Square from the ANOVA model
summary that comes from specifying the error term, and am wondering if
one can actually do this ( I know it's possible when using anova(lm)
objects and the like, but I'm having a tough time with it under this
framework). There does appear to be some indexing in the output of this
type, but perhaps not
1999 Dec 21
3
BUG in format()? (PR#383)
In RW0.651 and RW0.901,
I discovered some unexpected behaviour when I used as.matrix.data.frame()
> matrix('"', 2, 2)
[,1] [,2]
[1,] "\"" "\""
[2,] "\"" "\""
> unclass(as.data.frame(matrix('"', 2, 2)))
$V1
[1] "\"" "\""
$V2
[1] "\"" "\""
2003 Oct 08
1
R-1.8.0 is released
...to "NA", and better handling of the 0-rank
case where all coefficients are missing).
o codes() and codes<-() are deprecated, as almost all uses
misunderstood what they actually do.
o The use of multi-argument return() calls is deprecated: use a
(named) list instead.
o anovalist.lm (replaced in 1.2.0) is now deprecated.
o - and Ops methods for POSIX[cl]t objects are removed: the
POSIXt methods have been used since 1.3.0.
o glm.fit.null(), lm.fit.null() and lm.wfit.null() are deprecated.
o Classes "lm.null" and "glm.null" are deprecated a...
2003 Oct 08
1
R-1.8.0 is released
...to "NA", and better handling of the 0-rank
case where all coefficients are missing).
o codes() and codes<-() are deprecated, as almost all uses
misunderstood what they actually do.
o The use of multi-argument return() calls is deprecated: use a
(named) list instead.
o anovalist.lm (replaced in 1.2.0) is now deprecated.
o - and Ops methods for POSIX[cl]t objects are removed: the
POSIXt methods have been used since 1.3.0.
o glm.fit.null(), lm.fit.null() and lm.wfit.null() are deprecated.
o Classes "lm.null" and "glm.null" are deprecated a...
2013 Apr 03
0
R 3.0.0 is released
...ce version 2.15.1 is no longer available.
o Functions traceOn() and traceOff() in package methods are now
defunct.
o Function CRAN.packages() is finally defunct.
o Use of col2rgb(0) is defunct: use par("bg") or NA instead.
o The long-defunct functions Rd_parse(), anovalist.lm(),
categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(), tkputs(), tk...
2013 Apr 03
0
R 3.0.0 is released
...ce version 2.15.1 is no longer available.
o Functions traceOn() and traceOff() in package methods are now
defunct.
o Function CRAN.packages() is finally defunct.
o Use of col2rgb(0) is defunct: use par("bg") or NA instead.
o The long-defunct functions Rd_parse(), anovalist.lm(),
categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(), tkputs(), tk...
2004 Apr 12
1
R 1.9.0 is release
...T_Cval(), a new R_D_LExp() and improved
R_DT_log() and R_DT_Clog(); this improves accuracy in several
[dpq]-functions {for "extreme" arguments}.
DEPRECATED & DEFUNCT
o print.coefmat() is defunct, replaced by printCoefmat().
o codes() and codes<-() are defunct.
o anovalist.lm (replaced in 1.2.0) is now defunct.
o glm.fit.null(), lm.fit.null() and lm.wfit.null() are defunct.
o print.atomic() is defunct.
o The command-line arguments --nsize and --vsize are no longer
recognized as synonyms for --min-nsize and --min-vsize (which
replaced them in 1.2.0)....
2004 Apr 12
1
R 1.9.0 is release
...T_Cval(), a new R_D_LExp() and improved
R_DT_log() and R_DT_Clog(); this improves accuracy in several
[dpq]-functions {for "extreme" arguments}.
DEPRECATED & DEFUNCT
o print.coefmat() is defunct, replaced by printCoefmat().
o codes() and codes<-() are defunct.
o anovalist.lm (replaced in 1.2.0) is now defunct.
o glm.fit.null(), lm.fit.null() and lm.wfit.null() are defunct.
o print.atomic() is defunct.
o The command-line arguments --nsize and --vsize are no longer
recognized as synonyms for --min-nsize and --min-vsize (which
replaced them in 1.2.0)....