python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I perform and store linear regression models between all continuous variables in a data frame?
Let's say I'm using mtcars in R and I want to perform linear regressions between all possible combinations of numeric variables, and store them (in a list or maybe a different data structure if there'...
gpreising
Votes: 0
Answers: 1
In R can you manually set degrees of freedom for lm() or Anova()?
I am replicating SPSS code in R that runs several Type 3 ANOVAs. In SPSS you can specify specific contrasts in an ANOVA (e.g., compare level 2 v level 4 in this 5-level variable). The resulting ANOVA ...
Merlin37
Votes: 0
Answers: 1
Create linear predictions with Stata
I want to run a regression of profits against time and see whether there is a change in the last 6 months. To do so, I want to have the regression before July and then get estimates for the whole year...

Data_Science_110
Votes: 0
Answers: 0
Fit data with scipy
I have two datasets, calculated from different equations, now I would like to fit both datasets to the same trend line, or to fit one dataset to another. I would like to constrain the blue dataset, wi...

JCV
Votes: 0
Answers: 1