search for: nussear

Displaying 15 results from an estimated 15 matches for "nussear".

Did you mean: knussear
2002 Sep 23
4
How do I change plot colors in bwplot
Hello, I'm using bwplot to make a few plots. The plots are exactly what I need, but are coming out with a grey background and turquoise boxes and whiskers. I cannot figure out how to just get black and white to be the default. Can anyone help me with this? Thanks Kenneth E. Nussear Phone 775 784-1703 Ecology, Evolution and FAX 775 784-1369 Conservation Biology/314 knussear at biodiversity.unr.edu Reno, Nevada 89557-0013 http://www.brrc.unr.edu/~knussear/ -------------- next part -------------- A non-text attachment wa...
2003 Feb 24
3
bwplot stats question
...The median is the filled circle. The box surrounding the filled circle depicts the 25th and 75th quartile. The range of values is given by the dotted lines (?whiskers?) outside of each box, and possible outliers are given by the open circles outside the box. Is this close? Thanks Kenneth E. Nussear Phone 775 784-1703 Ecology, Evolution and FAX 775 784-1369 Conservation Biology/314 knussear at biodiversity.unr.edu Reno, Nevada 89557-0013 http://www.brrc.unr.edu/~knussear/
2004 May 05
1
Repeated measures regression
...me against a daily environmental temperature. If I do so using averages of activity time I find a significant negative correlation, but I worry that because I have used the same 10 individuals for each daily mean that the daily averages are not independent. Can anyone help? Thanks Kenneth E. Nussear Phone 775 784-4565 Biological Resources FAX 775 784-1369 Research Center/315 knussear at biodiversity.unr.edu Reno, Nevada 89557 http://www.brrc.unr.edu/~knussear/
2007 May 24
4
Function to Sort and test AIC for mixed model lme?
Hi List I'm running a series of mixed models using lme, and I wonder if there is a way to sort them by AIC prior to testing using anova (lme1,lme2,lme3,....lme7) other than by hand. My current output looks like this. anova (lme.T97NULL.ml,lme.T97FULL.ml,lme.T97NOINT.ml,lme.T972way.ml,lme.T97fc. ml, lme.T97ns.ml, lme.T97min.ml) Model df AIC BIC logLik
2007 Apr 30
2
Independent contrasts from lme with interactions
Hi All, I've been searching the help archives but haven't found a workable solution to this problem. I'm running an lme model with the following call: >lme.fnl <- lme(Max ~ S + Tr + Yr + Tr:Yr, random = ~1 |TID) > anova(lme.fnl) numDF denDF F-value p-value (Intercept) 1 168 19255.389 <.0001 S 1 168 5.912 0.0161 Tr
2007 Jun 05
0
Front end for R in Mac,
...by: Simon Urbanek Stefano M. Iacus That you can download directly from cran. It has an editor that recognizes and highlights commands. Package manager and installer, help viewer and search box, and lots of menu drop downs for opening files, changing directories, etc. Ken -- Kenneth E. Nussear Research Herpetologist, USGS http://homepage.mac.com/knussear/ (702) 564-4515 Fax (702) 564-4600 knussear@usgs.gov [[alternative HTML version deleted]]
2007 Apr 27
1
xy plot key colors don't match plot
Hi Trying to finish a simple xyplot, but the key colors don't match those specified on the plot. I have only been able to change the color of the key text, but not the points. Hours <- c (25.88,32.31,24.04,23.27,16.64,19.75,27.25,17.9,20.45,29.65,20.83,27.17, 28.42,28,18.85,17.4,19.75,25.34,23.23,29.85,28.96,25.6,14.67,20.55,25.77 ,
2006 Aug 15
1
Grasper model error
I tried this over a the grasp users yahoo group and got no response....So I wonder if anyone here knows about grasper I keep getting this error when trying to run a model. Error in smooth.construct.tp.smooth.spec(object, data, knots) : Too many knots for t.p.r.s term: see `gam.control' to increase limit, or use a different basis, or see large data set help for `gam'. I'm using
2002 May 10
1
Saving problem with rm150
I'm having trouble saving the image files when using rm150 under OSX. I had the same problem with rm14*, so it is not a new issue to me. When trying to save the image file I am prompted to give a name for the file. R then says that the file could not be saved, but will be stored in filenameTMP, where filename is the name I gave in the previous dialog box. This also occurs when attempting
2007 May 03
2
Package contrast error
Trying to use contrast to look at differences within an lme lme.fnl.REML <- lme(Max ~ S + Tr + Yr + Tr:Yr, random = ~1 |TID, method = "REML") I have three levels of Tr I'm trying to contrast among different years (R, T97, T98), years = 1997-1999, so I'm interested in contrasts of the interaction term. > anova(lme.fnl.REML) numDF denDF F-value
2008 Mar 28
7
Quick question: Does this graph have a name?
http://www.nabble.com/file/p16349649/at-length.png Hi, I produced this graph with R and I am very happy with it. But now I wonder: Is this some standard way of displaying data and if so, does it have a name? (like Histogram, Box plot etc.) I need to explain the plot to people so knowing a bit more about what exactly this is, would certainly help ;-) Thanks a lot! -- View this message in
2007 May 03
0
unscrible pls
...Fax: +44 1865 272595 > > > > ------------------------------ > > Message: 11 > Date: Tue, 1 May 2007 08:44:59 -0400 > From: "Kuhn, Max" <Max.Kuhn@pfizer.com> > Subject: Re: [R] Independent contrasts from lme with interactions > To: "Ken Nussear" <knussear@usgs.gov>, <r-help@stat.math.ethz.ch> > Message-ID: > < > 71257D09F114DA4A8E134DEAC70F25D3083B819A@groamrexm03.amer.pfizer.com> > Content-Type: text/plain; charset="us-ascii" > > Ken, > > Take a look at the just releas...
2006 Aug 15
0
zlim not working in persp3d
Hi list, I'm trying to limit the z axis plotted using persp3d {rgl} to a given range. I'm trying the following statement persp3d(g0,pa,D, xlim=range(g0),ylim=range(pa), zlim=range (zbounds),col="lightblue") where g0 and pa are both a range of 20 numbers from 0.05 to 1, and D is a 20 x 20 matrix with values ranging from 0 to 30000. I'm trying to set a cap on the Z
2007 Mar 28
0
geoRglm question with covariates
Hi All, I'm trying to use the geoRglm package to run a poisson spatial glm on a dataset with several covariates. When I run without covariates I have no problems. control1.data.geo <- mcmc.control(S.scale=0.2, thin = 1) model1.data.geo <- list(cov.pars = c(1,1), beta=c(1), family="poisson") test1.model1 <- glsm.mcmc(data.geo, model=model1.data.geo,
2007 Nov 09
0
question about fitted values from geoR - results 'too good'
Hi cross posting from sig geo , because I really need help! I'm using geoR for some spatial linear models and I'm getting surprisingly optimistic values from the spatial models relative to the non-spatial, even when the models appear to be performing about equally (by AIC comparison) For example This model relating encounter rates of lizards to a soil substrate parameter gives >