search for: wastl

Displaying 4 results from an estimated 4 matches for "wastl".

Did you mean: waste
2006 May 06
0
'col'-parameter in 'hist.POSIXt'
...ject hist(.leap.seconds, "years", freq = TRUE, col="lightgrey") # with dates random.dates <- as.Date("2001/1/1") + 70*runif(100) hist(random.dates, "weeks", format = "%d %b", col="lightgrey") Is that a bug? Thanks in advance. Wastl --- > sessionInfo() R version 2.2.0, 2005-10-06, x86_64-unknown-linux-gnu attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [7] "base" other attached packages: MASS &qu...
2009 Nov 15
1
model.frame error with formula=~1 and na.action=na.fail (PR#14066)
Full_Name: Sebastian Meyer Version: 2.10.0 OS: x86_64-pc-linux-gnu Submission from: (NULL) (77.135.124.96) When using model.frame (model.frame.default) on an intercept-only model and with na.action=na.fail SPECIFIED, i.e. data(iris) model.frame( ~ 1, data = iris, na.action = na.fail) one gets the following error: Error in complete.cases(object) : negative length vectors are not
2009 May 26
1
stricter use of xlim in plot.stepfun
Dear R developer, I am not quite sure, if I should post my concern as a wish to r-bugs at r-project.org. Thus, as recommended, I first send an email to you. My request is the following: I would appreciate, if it was possible to obtain a plot of a 'stepfun' with a strict interpretation of xlim. What I mean: sf <- stepfun(1:4, 1:5) plot(sf, xlim=c(0,10)) does not bound the function to
2008 Sep 30
0
anova.glm needs y = TRUE in glm() (PR#13098)
Full_Name: Sebastian Meyer Version: R version 2.7.2 (2008-08-25) OS: x86_64-pc-linux-gnu Submission from: (NULL) (138.246.7.137) In contrast to anova.lm, which works without storing components 'model', 'x' and 'y' in the fitted lm-object, anova.glm throws an error if y = FALSE and if there is more than one covariate in the corresponding glm() call: Error in method(x =