Skip to main content

Questions tagged [aic]

AIC stands for the Akaike Information Criterion, which is one technique used to select the best model from a class of models using a penalized likelihood. A smaller AIC implies a better model.

3 votes
1 answer
116 views

Validity of AIC When Comparing Models with Varying Dispersion Parameters

I'm currently making a binomial model with a logit link, which is parameterised as a quasibinomial since I'm allowing it to calculate the dispersion parameter. I was wondering, since changes to the ...
Daniel's user avatar
  • 33
0 votes
0 answers
27 views

Comparing Models with Unequal Sample Sizes

I have performed an association analysis where I have associatiated several different perdictor variables to a dependent variable. For each predictor, I run two models and compare them via the ...
CAM_etal's user avatar
1 vote
0 answers
12 views

comparing non-nested models with different specifications based on AIc/BIC criteria

I am trying to determine if I can use the AIC/BIC criteria for model selection in the case of a multivariate probit model. I have two models with different specifications: e.g. Model-1: mvprobit ( Y1 =...
Jay Shah's user avatar
0 votes
0 answers
11 views

calculating QAIC for GLM

I am trying to calculate QAIC of DLNM models with code offered in here. but I am confused about the difference between this and the formula of QAIC from other R package as in the answer to this ...
user25650260's user avatar
4 votes
1 answer
85 views

Comparing Firth's logistic and traditional logistic by AIC

My data has rare events so I decided to develop a Firth's penalized logistic regression using logistf package. I also want to apply a traditional ML logistic ...
AmirMohammad's user avatar
1 vote
0 answers
22 views

Calculate weight for GLM-quasi poisson model

I am running several models with the quasi-Poisson family. I am looking at data from vulture restaurants. Vulture count was modelled at each site as a function of either a linear or quadratic effect ...
Emeline AUDA's user avatar
9 votes
0 answers
93 views

Any Insights on the adoption and use of the Healthy Akaike Information Criterion (hAIC)?

Recently, I came across the Healthy Akaike Information Criterion (hAIC), introduced by Demidenko in his 2004 book "Mixed Models: Theory and Applications with R." Despite its (potential) ...
Robert Long's user avatar
  • 64.1k
3 votes
1 answer
168 views

Normality of residuals versus AIC and "best" fit

Hoping to get some insight into normality of residuals vs the "best" fit of the model. After running a simple linear regression and checking normality of the residuals, I logged my outcome ...
DaniH's user avatar
  • 45
1 vote
0 answers
20 views

GAMLSS - How to adjust AIC for log-transformation of variables [duplicate]

I have one GAMLSS model in which the independent and dependent variable are on the natural scale, and a second model in which both variables have been log-transformed. How do I adjust the AIC of the ...
Peder Holman's user avatar
0 votes
0 answers
21 views

Is the behavior of log-likelihood and number of parameters correct in probabilistic PCA?

I am studying the behavior of Probabilistic PCA as described by Tipping and Bishop (1999). I am using the R package "Rdimtools" to help. I am puzzled about the number of parameters in the ...
Daniel Caetano's user avatar
0 votes
0 answers
35 views

Different P-Value and AIC before/after standardization [Python - Statsmodels]

I am investigating the correlation between environmental variables (15 continuous variables grouped as 'DHIs' in the code below) and fox occurrence (binary), using logistic regression / Python ...
Andrew Norfield's user avatar
0 votes
1 answer
11 views

How does lmList calculate AIC?

I'm using the lmList function in the lme4 R package to fit the following model: mod.list <- lmList(record ~ log(LL)*site | species, data = dat, family=binomial) ...
stweb's user avatar
  • 437
1 vote
0 answers
58 views

Is comparing the AIC of a Bayesian and a frequentist model right?

I’m trying to fit a general linear model where the dependant variable is a probability. It is zero-inflated and continuous, then following the advice here blog of Ben Bolker, I separated my data pool ...
Auvray alexandre's user avatar
0 votes
1 answer
27 views

Additional covariate reduces AIC in mixed models (LMM, GLMM, GAM)

In repeated measure for timepoints in different Group, Age and Gender act as a covariate in ...
hey0god's user avatar
  • 21
1 vote
0 answers
19 views

Model Fit Measures in a Binomial Logistic Regression

I am very new to regression statistics and have produced four models in the statistical package Jamovi using binomial logistic regression. Looking at model fit measures I am confused as the results ...
Max's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
70