search for: foraging

Displaying 20 results from an estimated 27 matches for "foraging".

2016 Apr 26
0
From NUM to INT
Can you explain why you need them as 'integer', A floating point representation can hold a value upto ~4.5e15 as an "integer" keeping the precision that you might need. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Tue, Apr 26, 2016 at 1:11 PM, Andr? Luis Neves <andrluis at
2016 Apr 26
2
From NUM to INT
Ok. I`m trying to run a Poisson glmm with an observation-level random intercept. But I`m getting the following error for the 'Baci' variable: 'Error: (maxstephalfit) PIRLS step-halvings failed to reduce deviance in pwrssUpdate'. I guess this message is because the baci variable is not a an integer, and cannot be transformed into an integer as R has a threshold of 2x10^9 even in
2016 Apr 26
5
From NUM to INT
Dear all: I converted the columns (Baci, Meti, Fungii, Protozoai) into integers (using excel) and then imported the data (.txt) into R. Interestingly, the other three variables were loaded as INT, but the 'Baci' one continued as Num. I imported the data using the following command line: X <- read.delim(file.choose(), header = TRUE, dec =
2009 Apr 20
1
doing zero inflated glmm for count data with fmr
...ertion. I would like to use the fmr function from the 'gnlm' library but I just cannot figure out from the examples in the help page and some forums out there how to convert the lmer parameters to the one used in fmr... I have these variables in the model: count: the number of logs in a foraging tray (this is the response variable). ta: the ambient temperature at the foraging tray. habitat: the habitat type of the foraging tray. season: the season in which the experiment session took place (summer or winter). moon: the moon phase (new or full). position: a random factor (I had 4...
2008 Nov 03
3
descretizing xy data
Hello, I have a dataset with a continuous independent variable (fish length, range: 30-150 mm) and a binary response (foraging success, 0 or 1). I want to discretize fish length into 5 mm bins and give the proportion of individuals who successfully foraged in each each size bin. I have used the cut function to discretize the length values into my desired bins, but I can't figure out how to manipulate my response data i...
2012 Mar 28
3
Urgent - I really need some help lme4 model avg Estimates
Hello all, If someone could take a little time to help me then I would be very grateful. I studied piping plovers last summer. I watched each chick within a brood for 5 minutes and recorded behaviour, habitat use and foraging rate. There were two Sites, the first with 4 broods and the second with 3 broods. http://r.789695.n4.nabble.com/file/n4511178/Table_PP_Maslo_et_al.png As the data within a brood is non-independent and the fact that there were so few, then conventional statistical tests were of little use. I there...
2007 Apr 04
6
transition matrices
...ition matrices of sequences of animal behaviours. What I would like to do is parse the original matrices, adjusting row/column order so that the matrix has its main values in blocks surrounding the diagonal. This would cause behaviours involved in functional groupings (e.g. grooming, resting, foraging etc) to appear as blocks. This can be done manually by applying subjective 'prior knowledge' of sequences, however I would like to have an algorithmic/objective method to generate at least a first cut ... Any suggestions or hints (even just thoughts) would be much appreciated, Richard R...
2011 Dec 30
1
Fwd: Re: Poisson GLM using non-integer response/predictors?
...decimal value, square root to > adjust for skew), tourist number (the > number of tourists at a site, square root), and the number of boats passing the > site in a day (log). These are compared with predictors: total number of birds > (count data, square root), average time devoted to foraging at site (log), species > richness (sqrt), and the number of flushes per day. Apart from the last one > they are all non-integer values. When I run a glm for example: > > > parrots<- glm(tnoise_sqrt ~ lengthfeeding_log, family = > poisson) > > summary(parrots) > > &g...
2012 Jan 23
2
model non-nested random effects in nlme library
Hello all, In lme4 if you want to model two non-nested random effects you code it like this: mod1 <- lmer(y~x + (1|randomvar1) + (1|randomvar2)) How would you go about to model something similar in nlme? In my database I have two variables for which I have repeated measures, lets call them "individual" and "year". But none of the "individuals" were measured in
2011 Apr 04
1
moving mean and moving variance functions
...far I have code for the moving average. ma <- function(x , n) { filter(x, rep(1/n, n), sides = 1) } # note that when the function is used, n is defined for the temporal period (7, 14, and 28), and x is the input variable. ma7 <- ma(dat, 7) # where dat is accessing the foraging potential of the birds. ma14 <- ma(dat, 14) ma28 <- ma(dat, 28) This works fine. What I don't have is the code for a moving variance. filter in the function above is included in the stats package and conducts a linear filtering on a Time Series. Is there comparable code some place in...
2011 Apr 01
1
filled contour plot with contour lines
I'm stumped, can anyone find my error in this sequence. for(j in 1:(varsize[4]-1)) temp <- get.var.ncdf(nc=input, varid="p_foraging",c(1,1,j),c(varsize[1],varsize[2],1)) filled.contour(x, y, temp, color = terrain.colors, plot.title = title(main = paste("Everglades Wood Stork Foraging Potential \nYear", (2000+j)), xlab = "UTM East", ylab = "UTM North") ,...
2011 Aug 27
1
hopelessly overdispersed?
dear list! i am running an anlysis on proportion data using binomial (quasibinomial family) error structure. My data comprises of two continuous vars, body size and range size, as well as of feeding guild, nest placement, nest type and foragig strata as factors. I hope to model with these variables the preference of primary forests (#successes) by certain bird species. My code therefore looks
2011 Aug 17
2
Getting vastly different results when running GLMs
...ved. I am thus interested in whether an interaction of behaviour (as a predictor) and presence in the sun/shade (also predictor) predicts the counts I have for the respective categories. I have my data organised as such: behaviour location specific total Travel Sun 131 303 Travel Shade 172 303 Foraging Sun 248 651 Foraging Shade 403 651 Vigilance Sun 97 224 Vigilance Shade 127 224 Rest Sun 502 1143 Rest Shade 641 1143 Abnormal Sun 33 58 Abnormal Shade 25 58 Play Sun 58 173 Play Shade 115 173 SelfGrooming Sun 183 595 SelfGrooming Shade 412 595 SocialGrooming Sun 59 358 SocialGrooming Sh...
2006 Aug 26
2
Did a recent Samba upgrade change something to lose connection with iptables enabled?
Hello, I am still a newbie to Linux, but I can find my ways around as long as I have help. For some reason if I leave my iptables enabled, I will lose my Samba share connection after a few minutes. Of course, then iptables disabled, I have no problems. I am using Debian with Kernel 2.6.14-K7. Is this normal? Thank you in advance. :) -- "Ever watch ants just crawling around? They walk in
2011 Dec 15
1
lme with nested factor and random effect
Hello all, I'm having difficulty with setting up a mixed model using lme in the nlme package. To summarize my study, I am testing for effects of ornamentation on foraging behavior of wolf spiders. I tested spiders at two different ages (penultimate vs. mature) and of two different phenotypes (one species tested lacks ornamentation throughout life [non-ornamented males] while the other acquires ornamentation upon maturation [i.e. brush-legged males]). I tested a samp...
2012 Mar 23
3
Using MuMIn - error message
Hello, I hope that you can bare with me. I am new to models, but I think I have a pretty godd understanding of how to run them now, including how to use AICc and Anova. The issue is that I have many factors that I wish to compare so doing each one at a time would take forever. I came across the MuMIn package and I was so excited, however I am getting an error message and i don't know why.
2012 Mar 27
1
two lmer questions - formula with related variables and output interpretation
...actors affect the amount of time feeding. I set up a global model with ten fixed variables plus (1|Brood). Site, tide.h.l, tide.inc.out, MF.vs.OF, Human Disturbance Rate (HDr), Human Disturbance proportion of time(HDp), non-Human Disturbance (two variables as for Human Disturbance) and Age and mean.foraging.rate. As so: gm1<-lmer(Feeding~Site+tide.level+MF.vs.OF+HDr+HDp+NHDr+NHDp+Age+mean.for.rate+(1|Brood), data=AllBrood, REML=TRUE) I wished to put all the factors together to explore which ones really did influence the time spent feeding and used 'dredge' command to run all possible comb...
2008 Jul 06
1
What is my replication unit? Lmer for binary longitudinal data with blocks and two treaments.
...ld like to say thank you for taking the time to read it.Here is my problem. I am running a lmer analysis for binary longitudinal (repeated measures) data. Basically, I manipulated fruits and vegetation to two levels each(present and absent) and I am trying to access how these factors affect mice foraging behavior. The design consist of 12 plots, divided in 3 blocks. So each block has 4 plots assigned to one of the following treatments. Fruit intact and Vegetation intact Fruit intact and Vegetation removed Fruit removed and Vegetation intact Fruit removed and Vegetation removed Within each plo...
2005 Oct 03
0
Newbie with NUT and his new APC Back-UPS XS BX1500
Hello! I installed NUT with "apt-get install nut" (v2.0.2-1). I hooked the new APC Back-UPS XS BX1500 unit to the Debian (Kernel 2.6.12-1-K7) computer with the provided USB cable (has an ethernet jack on the end connected to UPS) and ran dmesg command: usb 1-2: new low speed USB device using uhci_hcd and address 2 usb 1-2: device descriptor read/64, error -110 usbcore: registered new
2008 Sep 16
0
KDE v3.5.9's pager & Compwiz-fusion...
Hello. Can I have my KDE v3.5.9's kpager to work fully and correctly with Compiz. Everytime I use Compwiz, Pager (four quadrants) doesn't show my inactive virtual desktops' applications running. I only can see my active virtual desktop. Thank you in advance. :) -- "An ant can do more than an ox that is lying down." --unknown /\___/\ / /\ /\ \ Phil/Ant @