Questions tagged [regression]
Techniques for analyzing the relationship between one (or more) "dependent" variables and "independent" variables.
30,768 questions
3
votes
1
answer
92
views
Advice on regression approach
How should I handle a mass-point in the dependent variable when running OLS regression in R?
I’m working with a a household expenditure dataset (Living Costs 2019) where the dependent variable is the ...
0
votes
0
answers
10
views
Endogeneity and Low DF in Annual FDI-GVC Model for Egypt: ARDL vs. VAR Alternatives
i am an undergraduate student working on an empirical project about the effect of FDI inflows on GVC integration in Egypt, using annual data from 1995–2023 (29 observations). My dependent variable is ...
6
votes
3
answers
466
views
Is Bayesian ordinal logistic regression (OLR) a better choice than conventional OLR when certain cells have a small number of observations (<10)?
The outcome variable of my study is the level of knowledge of tobacco cessation services, with three categories: no, low, and moderate/high. The sample size is 660, but some predictors have cell ...
0
votes
0
answers
36
views
Regression model for a survey [closed]
In our questionnaire the answers are in the categorical format therefore we used dummy trapping for the regression part, however we have a doubt to use which of the following 2 ways:
(i) For models ...
6
votes
3
answers
178
views
Narrow vs Broad-based U-shape comparisons
I’m modeling mortality using a multivariate logistic regression model with a nonlinear effect of X1 and I’m examining whether this relationship changes across ...
2
votes
1
answer
115
views
How do I estimate the linear effect for a factor so that my estimate doesn't depend on the sample size?
I’m trying to use the R poly() function with degree 1 to force glm to interpret a factor linearly. I’m puzzled by the fact that the size of the sample seems to increase the coefficient of the ...
4
votes
4
answers
331
views
Borderline interaction p value
I’m working on a logistic regression model where I want to examine whether the effect of one continuous predictor (X1) on a binary outcome depends on another ...
3
votes
2
answers
116
views
How can I compare models in weighted multinomial logistic regression?
I want to do a regression analysis after a GMM. I have a dependent variable with three categories (classes), which differ in their posterior probabilities. That's why I included the posterior ...
0
votes
1
answer
60
views
Using ordinal logistic regression to extract insights with imbalanced data
I am attempting to understand how each independent variable effects the probability of each dependent variable, which are ordinal (0, 1 and 2). Therefore, I am attempting to use ordinal logistic ...
0
votes
0
answers
36
views
Partialing out a time-trend I'm unable to evaluate
I am investigating the influence of policy X on grade outcomes.
Earlier research utilised a partial implementation of policy X to establish a natural experiment to compare "with X" and "...
1
vote
0
answers
59
views
Prediction intervals for random-design simple linear regression
I am going through the creation of a prediction interval for a value drawn from the conditional distribution of $Y$ given $X=x$ under simple linear regression as shown in the image above. The ...
1
vote
0
answers
65
views
Error in the slope of a linear regression
I am trying to find the uncertainty/error in the slope of a linear regression of a data set where the data contain standard errors. However, searching for this online is very confusing as there are ...
5
votes
1
answer
222
views
Number of knots in splines (internal vs total)
I’m trying to understand how natural cubic splines (splines::ns) and restricted cubic splines (rms::rcs) handle knots — ...
2
votes
2
answers
123
views
Why is my simulation not showing bias?
I am trying to observe the Nickell bias (https://www.jstor.org/stable/1911408) in simulation. For example, its said that using a lagged response as a predictor in a regression model can create a bias.
...
7
votes
2
answers
343
views
Use of differential equations in statistical modelling
Consider a situation where there are multiple subjects and each subject has multiple measurements (response, covariates) over time. The goal is to identify a statistical regression model which allows ...