search for: warnel

Displaying 9 results from an estimated 9 matches for "warnel".

Did you mean: warned
2011 Mar 08
1
Sorting
...High Smoker 6 39 Male 21.99912 1951.4 109.1 4.7 0.0 Normal Smoker To get an output like this. retlevel Normal High Smoking 2 2 Non-smoker 1 1 Thank you very much for your help. -- Whitney Kistler M.S. Ph.D. Student Warnell School of Forestry and Natural Resources Southeastern Cooperative Wildlife Disease Study University of Georgia Athens, GA 30602 wkistler@uga.edu cell:724-309-5298 [[alternative HTML version deleted]]
2012 Nov 21
1
Listing elements of a 4D array
...ndrea Paula Goijman Grupo Ecología y Gestión Ambiental de la Biodiversidad IRB - INTA Castelar, Argentina agoijman@cnia.inta.gov.ar <http://inta.gob.ar/personas/goijman.andrea/> http://inta.gob.ar/personas/goijman.andrea/ PhD Candidate Georgia Cooperative Fish and Wildlife Research Unit D.B. Warnell School of Forestry and Natural Resources University of Georgia Athens, GA 30602 USA Tel. +706.206.4805 andreapg@uga.edu [[alternative HTML version deleted]]
2012 Nov 09
1
Fwd: Simulate nested data
...cies$groups<-as.integer(runif(groups,1,10)) #species per functional group ###create arrays to store results p<-array(NA,dim=c(species$groups)) So, far this is not working... Thanks! -- --- Lic. Andrea Paula Goijman PhD Candidate Georgia Cooperative Fish and Wildlife Research Unit D.B. Warnell School of Forestry and Natural Resources University of Georgia Athens, GA 30602 USA Tel. 706.206.4805 andreapg@uga.edu Grupo Ecología y Gestión Ambiental de la Biodiversidad IRB - INTA Castelar, Argentina agoijman@cnia.inta.gov.ar http://inta.gob.ar/personas/goijman.andrea/ [[alternative HTML v...
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
...e Earth right on your desktop! Check it out at http://www.inbox.com/earth [http://www.inbox.com/earth] -- Ansley Silva _ _ _"The clearest way into the Universe is through a forest wilderness." John Muir_ _ _ _Graduate Research Assistant_ __ _University of Georgia_ __ _D.B. Warnell School of Forestry and Natural Resources_ __ _180 East Green Street_ __ _Athens, GA 30602_ ____________________________________________________________ Can't remember your password? Do you need a strong and secure password? Use Password manager! It stores your passwords & protects you...
2016 Apr 21
1
Vegemite Function is Cowardly refusing
...data, but I tried it on the raw (which is single digit numbers), and still no luck. Any suggestions would be appreciated. -- Ansley Silva *"The clearest way into the Universe is through a forest wilderness." John Muir* *Graduate Research Assistant* *University of Georgia* *D.B. Warnell School of Forestry and Natural Resources* *180 East Green Street* *Athens, GA 30602* -------------- next part -------------- data<-structure(list(necsur = c(1L, 4L, 0L, 8L, 0L, 1L), necame = c(4L, 5L, 9L, 9L, 4L, 7L), niccar = c(1L, 1L, 1L, 2L, 1L, 4L), nicorb = c(2L, 20L, 23L, 26L, 3L, 12L...
2007 Dec 06
5
Help rewriting looping structure?
Hey Folks, Could somebody help me rewrite the following code? I am looping through all records across 5 fields to calculate the cumulative percentage of each record (relative to each individual field). Is there a way to rewrite it so I don't have to loop through each individual record? ##### tdat is my data frame ##### j is my field index ##### k is my record index ##### tsum is the sum of
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
Hi Ansely, As Jim points out we really need some sample data to go with the code. Have a look at ?dput which is the best way to supply sample data here or have a look at http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example and/or http://adv-r.had.co.nz/Reproducibility.html for some general suggestions on asking questions here---including discussions of using
2016 Apr 18
3
Indicator Species analysis; trouble with multipatt
Hello, *Error in tx %*% comb : non-conformable arguments* Suggestions greatly appreciated. I am a beginner and this is my first time posting. I would like to get the summary for indicator species analysis, using package indicspecies with multipatt. I am getting errors, I believe, do to my data organization. After reorganizing and reorganizing, nothing has helped. > data<-
2008 Feb 19
2
Looping through a list of objects & do something...
Hey Folks, Could somebody show me how to loop through a list of dataframes? I want to be able to generically access their elements and do something with them. For instance, instead of this: df1<- data.frame(x=(1:5),y=(1:5)); df2<- data.frame(x=(1:5),y=(1:5)); df3<- data.frame(x=(1:5),y=(1:5)); plot(df1$x,df1$y); plot(df2$x,df2$y); plot(df3$x,df3$y); I would like to do something like: