Skip to main content

All Questions

0 votes
0 answers
34 views

The function step.lmRob() is not working [closed]

I have a linear model, which i analyzed (in R) through: lmrob_object<-lmrob(diff_mg ~ age + bmi + energy + fiber + ca + phos + iron + potas + supp + uni, data = data), where: diff_mg is the DV (...
Hussain's user avatar
  • 151
3 votes
2 answers
144 views

Variable selection in logistic regression [duplicate]

So I'm trying to make a multivariate logistic regression model in R studio. I'm not sure how to go about this. What seemed to make sense to me was to model every predictor against the response ...
AdmiralMunson's user avatar
2 votes
1 answer
107 views

R-squared vs adjusted R-squared in Hierarchical multiple regression

In hierarchical multiple regression (not to be confused with hierarchical linear models that account for variance components), you add model terms by block. The fit of the new model is measured by the ...
Migs F's user avatar
  • 21
0 votes
0 answers
19 views

Was approaching this as a classification problem a mistake and should I have to use regression instead?

So I am training a model to predict baseball plate appearance outcomes, which I have been modelling as a single multi-class output problem, namely because single, mutually exclusive outcomes is what ...
SubtleHyperbole's user avatar
1 vote
1 answer
77 views

Why the significance of linear regression is different from anova

I am doing model selection and really confused about why the significance of the coefficient is different from ANOVA, which the coefficient is significant using the summary function, but when I put it ...
lily zhu's user avatar
4 votes
1 answer
233 views

A reasonable number of covariates after variable selection in a regression model

I read an unpublished paper. There is a regression model with about 20 covariates. The authors use a stepwise variable selection method and come to a model with two covariates with small p-values. The ...
Viktor's user avatar
  • 1,035
1 vote
1 answer
37 views

Why this regression model with one predictor don't work?

I have this R script. I want to estimate the coefficient of the dependent variable Y based on several regression. ...
StatRquest's user avatar
3 votes
1 answer
88 views

compare model fit logistic regression negative two times log likelihood

I'm trying to decide between two logistic regression models. I think I've used the negative two times log likelihood criterion before. My two models are not nested - can I still use that approach? ...
user208267's user avatar
0 votes
0 answers
50 views

bootstrapped l2,1 least square does not produce sparse solution

I am trying to model an autoregressive model with $\ell$-2,1 regularization, where $\|X\|_{2,1}=\sum_i|\sum_jX_{ij}|$: $$y_{t+1} = wx_{t} + \lambda_1\|w\|_{2,1}, y\in \mathbb{R}^{n_1}, x\in \mathbb{R}^...
rando's user avatar
  • 308
1 vote
0 answers
36 views

Multiple regressions

Consider that we have two independent datasets $(Y_1, X_1)^\top, \dots, (Y_{n_1}, X_{n_1})^\top$, and the second denoted as $(Y`_1, X`_1)^\top, \dots, (Y`_{n_2}, X`_{n_2})^\top$. We assume that the ...
Albert Paradek's user avatar
1 vote
2 answers
231 views

Model Selection with AIC. Choosing between negative and positive AIC values

I have gone through the model selection process for my linear model prior and post model transformation. I would like to know whether it is ok for me to compare the AIC values for both models given ...
Kenji Ryu's user avatar
0 votes
1 answer
110 views

Multiple linear regression model selection. Individually, X's and Y not correlated, but X's are significant predictors of Y in multiple regression?

My study is largely exploratory and looks at how environmental factors such as (physical characteristics, water quality and pesticide type and concentration) affect relative antioxidant enzyme mRNA ...
Pria's user avatar
  • 1
0 votes
1 answer
459 views

Selecting the best regression model using R2 and AIC - what is the best approach?

I have a dataset in which I have one dependent and 3 independent variables (y ~ x1 + x2 + x3). For exploratory analysis, I have fitted the following models (using R): ...
ihb's user avatar
  • 23
1 vote
1 answer
350 views

Does the column ordering matter in the stepwise algorithms used by R?

Suppose I have a large data set with variables $x_1, x_2, \ldots, x_p$ to predict response $y$ where $p$ is very large (however $n >> p$). I would like to perform forward stepwise regression on ...
NM_'s user avatar
  • 215
0 votes
0 answers
29 views

Selection of a “best” regression model using differet approaches

I need help with the following question. I am really lost, so any help/hint would be much appreciated! I am aware that for best fit model, we are looking for higher $R^2_{Adj}$, smaller $MS_{res}$, ...
mat95's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
7