Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:levyofi”

adding text and other elements to ggplot2 plots
levyofi · Mar 11, 2009 · r-help

Hello, I really like the interface and flexibility of the ggplots package. However, I cannot find how to add text to a plot (like the 'text' and 'rect' functions in the graphics package). I will appreciate any suggestions. Thanks, Ofir...

creating bar charts with nested groups
levyofi · Feb 24, 2009 · r-help

I'm looking for a way to create bar charts with nested groups levels. I have data that is seperated to this factors: 1. Day part - day/night. 2. Season - summer/winter. 3. habitat - Cover/Open I have created in...

doing zero inflated glmm for count data with fmr
levyofi · Apr 20, 2009 · r-help

Hello R users, Doing My PhD I collected count data which I believe is zero inflated. I have run a statistical model with lmer and family=poisson and got summary(model)@sigma=1 so I believe there is no overdispertion...

lmer, estimation of p-values and mcmcsamp
levyofi · Feb 24, 2009 · r-help

For getting the p-values from a lmer object you need to use the pvals.fnc() function. do the following: library(lme4) library(languageR) lnmass <- lmer(log.mass ~ treatment + (1|block), data=exp1) pvals.fnc(lnmass, nsim=10000) See the...

doing zero inflated glmm for count data with fmr
levyofi · Apr 20, 2009 · r-help

Thank you very much Ben. I took you advice and run the lmer model with family="quasipoisson" and got sigma~10. I guess this means that the data has overdispertion but not too high (>15) for me to must use...

Can't find what you're looking for? Try searching with Google .