Displaying 4 results from an estimated 4 matches for "emdbolker".
2009 Sep 10
2
Negative AIC
Dear R list,
I just obtained a negative AIC for two models (-221.7E+4
and -230.2E+4). Is that normal?
Regards
--
Corrado Topi
Global Climate Change & Biodiversity Indicators
Area 18,Department of Biology
University of York, York, YO10 5YW, UK
Phone: + 44 (0) 1904 328645, E-mail: ct529 at york.ac.uk
2010 Dec 06
2
ggplot2: Controlling line width of panel borders
Dear R-users,
i encountered some problems when trying to adjust the line width of the
axes and stripes in a plot created with ggplot2.
I use the "barley" dataset of the lattice package to illustrate my problem:
library(ggplot2)
library(lattice)
barley[["SD"]] <- 5
limits <- aes(ymax=barley$yield + barley$SD,ymin=barley$yield - barley$SD)
p1 <-
2008 Oct 08
5
Plot means with error bars - A novice needs help
Hello,
I'd appreciate a suggestion on how to construct plots (barplots?) that use
means on the Y axis instead of density/count. I'd also like to use groups
and plot error or confidence interval bars on these graphs. I know this is a
read the manual situation. I'd appreciate help with what to read, or your
benevolence with some sample code.
I've looked at lattice and gplots2, but
2009 Sep 11
3
For sending my R package as part of R-project
...age-ID: <25384865.post at talk.nabble.com>
Content-Type: text/plain; charset=us-ascii
Corrado-5 wrote:
>
> Dear R list,
>
> I just obtained a negative AIC for two models (-221.7E+4
> and -230.2E+4). Is that normal?
>
>
It's not necessarily wrong. See <http://emdbolker.wikidot.com/faq>
--
View this message in context: http://www.nabble.com/Negative-AIC-tp25383791p25384865.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 31
Date: Thu, 10 Sep 2009 08:01:38 -0700
From: Don MacQueen <macq at llnl.gov>...