search for: jarrett

Displaying 20 results from an estimated 60 matches for "jarrett".

Did you mean: barrett
2007 Feb 13
4
Advice on visual graph packages
...and continually either crashes, behaves very erratically (nodes disappearing when I modify edges), nor is it clear from the UI how one outputs a new graph, nor how one even accesses many graph attributes. This may be my own ignorance on the latter. Do you have any suggestions? Thanks! -Jarrett -------------------------------------------------------------- A Quick and (Very) Dirty Guide to Stats in R http://didemnid.ucdavis.edu/rtutorial.html [[alternative HTML version deleted]]
2009 Jun 15
1
altering a global variable
...w to alter a global variable from within a function. For example m<-3 a<-function(x) m<-4 a(3) m shows that m is still 3 at the end of it all. With the code above, how could I modify the function a to actually set m to whatever value I wanted globally? Thanks for any pointers! -Jarrett ---------------------------------------- Jarrett Byrnes Postdoctoral Associate, Santa Barbara Coastal LTER Marine Science Institute University of California Santa Barbara Santa Barbara, CA 93106-6150 http://www.lifesci.ucsb.edu/eemb/labs/cardinale/people/byrnes/index.html [[alternative HTML...
2008 Apr 15
2
glht with a glm using a Gamma distribution
...Estimate Std. Error z value p value A v. B == 0 1.9646 0.6201 3.168 0.00314 ** A v. C == 0 1.6782 0.6201 2.706 0.01545 * A v. D == 0 2.1284 0.6201 3.433 0.00137 ** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 (Adjusted p values reported) -Jarrett ---------------------------------------- Jarrett Byrnes Population Biology Graduate Group, UC Davis Bodega Marine Lab 707-875-1969 http://www-eve.ucdavis.edu/stachowicz/byrnes.shtml [[alternative HTML version deleted]]
2010 Feb 16
1
suppress printing within a function
...t package) that, in addition to returning an object with variables I want to extract, also print output. There is no way to turn this default printing behavior off in many of the functions. Is there a blanket way to suppress such printing, say, within a loop or a ddply statement? Thanks! -Jarrett ---------------------------------------- Jarrett Byrnes Postdoctoral Associate, Santa Barbara Coastal LTER Marine Science Institute University of California Santa Barbara Santa Barbara, CA 93106-6150 http://www.lifesci.ucsb.edu/eemb/labs/cardinale/people/byrnes/index.html [[alternative HTML...
2002 Nov 21
1
html Search Engine not working
...roblems, but can't figure out how to fix it so that the search function works. When attempting to search for help using a keyword, nothing appears to happen; I'm still left looking at the Search Engine page. The keywords by topic links don't work either. Suggestions appreciated. jarrett R 1.6.1 (2002-11-01) Darwin Kernel Version 6.2: Tue Nov 5 22:00:03 PST 2002; root:xnu/xnu-344.12.2.obj~1/RELEASE_PPC Mozilla/5.0 (X11; U; Darwin Power Macintosh; en-US; rv:1.0.0) Gecko/20020915 <developer build> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2005 Nov 15
1
Repeates Measures MANOVA for Time*Treatment Interactions
...1 0.50937 3.7939 4 16 0.02356 0.09620 0.06966 -- But, I still want to get my time and time*treatment interactions - what would be the appropriate anova statements here? Thanks so much, and hopefully this will resolve the confusion both for myself and for LOTS of other ecology types! -Jarrett ---------------------------------------- Jarrett Byrnes Population Biology Graduate Group, UC Davis Bodega Marine Lab 707-875-1969 http://www-eve.ucdavis.edu/stachowicz/byrnes.shtml
2005 Nov 08
2
A Quick and (Very) Dirty Intro to Stats in R
...e got the univariate method down, but would like to use manova a la the repeated statement in SAS. 5) Better output for post-hocs, and a Ryan's Q implementation. Thanks in advance for any input, and I hope this can be a resource to a lot of people! ---------------------------------------- Jarrett Byrnes Population Biology Graduate Group, UC Davis Bodega Marine Lab 707-875-1969 http://www-eve.ucdavis.edu/stachowicz/byrnes.shtml
2005 Nov 01
1
R Graphs in Powerpoint
...the pdf file to png (like the shareware application Graphic Converter), but I've found that Preview produces the best results. Daniel Smith Environmental Health Investigations Branch California Dept of Health Services -----Original Message----- Date: Mon, 31 Oct 2005 15:14:06 -0800 From: Jarrett Byrnes <redbeard at arrr.net> Subject: [R] R Graphs in Powerpoint To: r-help at stat.math.ethz.ch Message-ID: <1021e23a2ea288a066f22699f827cf73 at arrr.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Hey, all. Quick question. I'm attempting to use some of the great...
2008 May 06
1
question about se of predicted glm values
...dict(my.glm, data.frame(x="b"), se.fit=T) #visualize it and see the SE cross 0 plot(1:2,c(a.fit$fit,b.fit$fit), pch=19, ylim=c(-2,4)) segments(1:2, c(a.fit$fit-a.fit$se.fit, b.fit$fit-b.fit$se.fit), 1:2, c(a.fit$fit+a.fit$se.fit, b.fit$fit+b.fit$se.fit)) lines(0:3,rep(0,4), lty=2) -Jarrett ---------------------------------------- Jarrett Byrnes Population Biology Graduate Group, UC Davis Bodega Marine Lab 707-875-1969 http://www-eve.ucdavis.edu/stachowicz/byrnes.shtml [[alternative HTML version deleted]]
2008 Feb 04
1
extracting AIC scores from lmer and other objects
...(model.list)){ aiclist<-c(aiclist, myAIC(model.list[index])) } it again yields the Error in UseMethod("logLik"). Given that this is true either for lm, glm, or lmer objects, I'm guessing there's a more general issue here that I'm missing. Any pointers? Thanks! -Jarrett ---------------------------------------- Jarrett Byrnes Population Biology Graduate Group, UC Davis Bodega Marine Lab 707-875-1969 http://www-eve.ucdavis.edu/stachowicz/byrnes.shtml [[alternative HTML version deleted]]
2005 Nov 08
2
Simple Nesting question/Odd error message
...t; not found I'm uncertain as to what this means, as Slip most certainly is there (yes, I checked) - any pointers, or pointers about syntax for this as a general topic. And while I'm on it, is there a way to fit models with random effects using least squares instead of REML? Thanks! -Jarrett
2006 Sep 13
1
Updating lmer - object is not subsettable?
...nlist(simulate(model.1)) sim.model.2<-update(model.2, sim.data~.) Error in x[[3]] : object is not subsettable Now, the following sim.model.1<-update(model.1, sim.data~.) appears to work just fine. Does anyone know why update won't work, and is there something I can do about this? -Jarrett
2005 Oct 25
1
Ryan's Q Post-Hoc for ANOVA
...post-hoc (as recommended by Day and Quinn, 1989, Ecological Monographs). I can't seem to find any methods in the base stats package that implement this post-hoc. Is there a good package of post-hoc methods out there, or has someone written a method for Ryan's Q previously? Thanks! -Jarrett
2009 Apr 29
1
Hierarchical Diagram of Networks in sna or otherwise?
...from R are much cleaner, and more easily integrated into my analyses. Is there any good way to diagram a hierarchical network in R, either with the sna library or otherwise? It strikes me that at least the Netindices package can calculate trophic levels. Could this be used for node placement? -Jarrett -- View this message in context: http://www.nabble.com/Hierarchical-Diagram-of-Networks-in-sna-or-otherwise--tp23301819p23301819.html Sent from the R help mailing list archive at Nabble.com.
2012 Sep 07
2
metafor package: study level variation
...be due to the unbalanced nature of the dataset (some studies having T1 and T2, some having multiple measures of T1 and T2). So, is there a way to properly incorporate studyID in a metafor using rma? Is there an argument I'm missing, or perhaps should be using a different function? Thanks! -Jarrett
2010 Aug 11
2
a question regarding updating formulas with coefficients
...~ d + t + p - 1 If the coefficient is not 0, but rather, something else - say, 3, I get the following: > update(y~d+3*r+t, .~.+p) Error in terms.formula(tmp, simplify = TRUE) : invalid model formula in ExtractVars > Is there a way to do this, or a different call I should be trying? -Jarrett
2006 Nov 28
3
comments in scan
I had a question about scan in R. For better code readability, I would like to have lines in the block of data to be scanned that are commented - not just lines that have a comment at the end. For example #age, weight, height 33,128,65 34,56,155 instead of having to do something like 33,128,65 #age, weight, height 34,56,155 Is this at all possible?
2007 Jul 29
1
Piecewise Regression with a known slope
...of the line, and the slope and intercept of the second half of the regression is not 0. Is there either a package that exists that will allow me to estimate such a model, or a function that I can use for optim or nlm (I admit, I am a rank novice at coding such functions). Thanks so much! -Jarrett
2007 Sep 24
2
Files That Constantly Change
Does anybody have any tuning tips for a samba 3.0.23 server that is acting as a PDC with ldap backend and file server. The problem I'm having is a certain program runs in XP workstations that accesses files on one of the shares, it apparently opens lots of files and is constantly making changes to them. When I run top, I see each smbd process for each workstations is consuming about
2009 Jan 15
1
user library help functionality (packages.html)
...ysadmin gives permission), then I create a library for STAT2010, which also modifies packages.html. See my concern? Does R somehow allow harmonious help functionality in such cases (by, for example, maintaining separate copies of packages.html for different users)? Suggestions? Thanks. Jarrett ------------------------------------------------------ Jarrett Barber Assistant Professor Ross Hall Room 333 Department of Statistics Dept. 3332 University of Wyoming 1000 E. University Ave. Office: (307) 766-3341 Mobile: (307) 399-7759 FAX: (307) 766-3927 Reply To: jbarber8[ATT]uwyo.edu