Skip to main content

All Questions

Tagged with
1 vote
0 answers
27 views

Necessary diagnostics of multiple quantile regression

I am wondering what are necessary statistics for multiple quantile regression model. I am considering creating a model e.g. using the quantreg R package: ...
Mikołaj's user avatar
  • 141
0 votes
0 answers
23 views

Showing names of levels in glmer R [duplicate]

I have a simple question that would help me a lot in interpreting my results I ran a glmer model in R with the following variables: a binary DV that is dummy coded a categorical IV1 named "...
Alaa's user avatar
  • 23
1 vote
1 answer
3k views

When should I report multiple r-squared versus adjusted r-squared in a linear regression?

I am trying to report the r-squared value for the results of a linear regression in R using the lm package. I noticed that the ...
user2352714's user avatar
3 votes
1 answer
228 views

How to write fitted model using data from R?

I don't know how to write a fitted model. What I did was: Y hat = (1.222 * e^1) + (3.938 * e^-4 * sqft_living) This is for the fitted model for waterfront = 0 group. However, I don't know how to do it ...
Mary's user avatar
  • 155
0 votes
1 answer
278 views

Standard way to report covariates with multiple levels in regression table?

Is there a standard way to report regression coefficients for control variables that have multiple levels? For example, I have a control variable that tracks a participant's "State" -- that contains ...
Parseltongue's user avatar
  • 1,030
1 vote
0 answers
484 views

Logistic Regression with categorical predictors - how to report?

Hello Stack Exchange. I need to run a logistic regression to determine the significance of the effect of 5 categories of one variable on my dependent variable. I just can't find online anywhere how ...
Becca's user avatar
  • 11
1 vote
0 answers
1k views

Reporting binomial logistic regression

I want to report the results of a binomial logistic regression where I want to assess difference between the 3 levels of a factor (called System) on the dependent variable (called Response) taking two ...
L_T's user avatar
  • 1,713
2 votes
1 answer
7k views

Report GLM and Posthoc with emmeans in APA format

This is the results of my anova(glm()) and the post-hoc analyses emmeans() :       ...
ranell's user avatar
  • 245
2 votes
1 answer
1k views

Reporting Linear Mixed Effects Models (LMM)

I'm trying to report the difference between the inclusion and exclusion of a site type (i.e. restored habitat/natural habitat). I have done linear mixed effects models and have done an anova showing ...
Katharine Davies's user avatar