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.

24 results for “from:Alessandra Bielli”

singularity - differences in model output
Alessandra Bielli · Jun 12, 2019 · r-sig-mixed-models

Hi everyone, I recently re-ran a model that I wrote about 5 months ago. The model is a GLMM of the type : m1 <- glmer(response ~ fixed + random effect, data = d, family = "binomial") At that time, everything ran smoothly, with...

predicting waste per capita - is a gaussian model correct?
Alessandra Bielli · May 9, 2020 · r-help

Dear list, I am new to this list and I hope it is ok to post here even though I already posted this question on Cross Validated. I am trying to predict the daily amount of waste per person produced...

model selection methodology
Alessandra Bielli · Jun 6, 2021 · r-sig-mixed-models

Dear List, I am writing this here because I am using glmmTMB to run a zero inflated model, but the question is possibly more general, so please feel free to redirect me to another list/help page. I want to...

GLMM hurdle model for continuous data -Truncated negative binomial family in glmmTMB?
Alessandra Bielli · Aug 1, 2020 · r-sig-mixed-models

Dear List I have posted the question below on Cross Validated as well, where you can find the image of the diagnostics plots. https://stats.stackexchange.com/questions/481109/truncated-negative-binomial-hurdle-model-for-continuous-data-glmmtmb I am...

correlation of fixed effects coefficients all close to +/-1
Alessandra Bielli · May 11, 2020 · r-sig-mixed-models

Dear list, I am fitting the mixed effect model: > lmer(log(percapita_day) ~ Type_residuo + (1|boatID), data=all) where percapita_day is a non-negative continuous response variable (on the log scale to have residuals normally distributed), Type_residuo...

model check for negative binomial model
Alessandra Bielli · Feb 17, 2020 · r-sig-mixed-models

Dear Thierry Thanks for your reply. I read a bit about the prediction for a binomial model with success/failures and I have a couple of questions. If I use the predict function with the model you recommended, I obtain...

DHARMa package diagnostic plots give different results
Alessandra Bielli · May 29, 2020 · r-sig-mixed-models

Dear list. I wonder if anyone has experience in using the DHARMa package for model diagnostics? I am fitting a poisson GLMM of the type glmer(captured ~ treatment + offset(log(Effort)) + (1|Trip_Code), data=x, family="poisson", glmerControl(optimizer...

model check for negative binomial model
Alessandra Bielli · Feb 18, 2020 · r-sig-mixed-models

Dear Salvador, Thank you for the clarification, that was very helpful. Best wishes Alessandra On Mon, Feb 17, 2020 at 9:27 PM Salvador SANCHEZ COLON < salvadorsanchezcolon at prodigy.net.mx> wrote: > CORRECTION > > > Dear Alessandra, > > > My apologies, I msread the...

Fixing singularity in a generalized linear mixed effect model
Alessandra Bielli · Mar 21, 2019 · r-sig-mixed-models

Hi All Sorry if I am reposting this, I am not sure it got sent to the list... ---------- Forwarded message --------- From: Alessandra Bielli <bielli.alessandra at gmail.com> Date: Wed, Mar 20, 2019 at 10:18 PM Subject: Fixing singularity...

predicting waste per capita - is a gaussian model correct?
Alessandra Bielli · May 10, 2020 · r-help

Dear all First of all apologies for the off-topic question and for not respecting the other points. Second, thanks for your advice and opinion I will definitely consult a statistician. Regards, Alessandra On Sun, May 10, 2020 at 4...

confidence intervals with mvrnorm - upper value equal to inf
Alessandra Bielli · Oct 14, 2020 · r-sig-mixed-models

Hi Ben That's a good point, my parameters are not multivariate normal. But then, why was this method used in the Salamander example, where data are zero inflated and so, I assume, not multivariate normal? I haven't simulated...

Fixing singularity in a generalized linear mixed effect model
Alessandra Bielli · Mar 20, 2019 · r-sig-mixed-models

Dear List I am fitting this model using the lme4 package, in order to obtain catch estimates using the predict function m1 <- glmer(Count ~ CE + offset(log(Effort)) + (1|SetYear) +(1|Season) + (1|Lance.N) + (1|Boat.Name) + (1|Observer...

confidence intervals with mvrnorm - upper value equal to inf
Alessandra Bielli · Oct 15, 2020 · r-sig-mixed-models

Thanks for the clarifications. So if I understand right, model diagnostics can tell me if my model parameters are multivariate normal. I think they are, see the dharma diagnostic plot attached. The values you requested: > X.cond[1,] (Intercept) Used...

model check for negative binomial model
Alessandra Bielli · Feb 17, 2020 · r-sig-mixed-models

Dear Ben I am trying to make a prediction for the combination of species (L or G) and treatment (control/experiment). I am still confused about the prediction values. I would like to present results as a success rate for...

Fixing singularity in a generalized linear mixed effect model
Alessandra Bielli · Mar 26, 2019 · r-sig-mixed-models

Hi Ren? To anwer your questions 1. offset is a continuous variable because it's fishing effort, measured in km of net x day. The experiment has a paired design but within the same set it could happen that the...

model check for negative binomial model
Alessandra Bielli · Feb 11, 2020 · r-sig-mixed-models

Dear list I am fitting a poisson model to estimate the effect of a treatment on emergence success of hatchlings. To estimate emergence success, I use number of emerged and an offset(log(total clutch). However, overdispersion was detected: > overdisp...

model check for negative binomial model
Alessandra Bielli · Feb 12, 2020 · r-sig-mixed-models

Dear Ben Thanks for your quick response. Yes, emergence success is usually between 60 and 80% or higher. I am not sure how to use a binomial, if my data are counts? Can you explain why the approximation doesn't...

including dispersion parameter in predictions
Alessandra Bielli · Feb 5, 2021 · r-sig-mixed-models

Dear list, I am fitting this model to predict the dependent variable at the population mode: m1.dczig <- glmmTMB(Res.dia.pers ~ Tipo + (1|ID) , data=all, zi=~ Tipo , dispformula=~ Tipo , family=ziGamma(link ="log")) where Res.dia.pers is...

correlation of fixed effects coefficients all close to +/-1
Alessandra Bielli · May 25, 2020 · r-sig-mixed-models

Hi Phillip Thank you so much for your explanation. I have a couple more questions 1.In my model, the regression coefficients of each one of the categories of my predictor are correlated, but I just have one categorical predictor...

confidence intervals with mvrnorm - upper value equal to inf
Alessandra Bielli · Oct 10, 2020 · r-sig-mixed-models

Dear list, I am trying to predict a value and CI for two different treatments from a glmmTMB fitted model using posterior predictive simulations (mvrnorm function in the MASS package) as in the Salamander example, Brooks 2017 appendix B <https...

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