Browser not supported
Your browser, CommonCrawl, is not supported. To be sure that everything works as expected, we recommend that you install Google Chrome 80 or newer.Online regression analysis made as easy as possible
Automated online regression analysis for non-statisticians
All datasets are kept private. By uploading your dataset you agree to the Terms of Service, Privacy Policy and Cookies Policy.
or
No registration required
or
Forgot how to interpret odds ratios, confidence intervals or p‑values?
Easystat explains all regression results using plain English. We even write you an automated report explaining your results.
85% odds ratio
In short, students with higher values on Grade Point Average (GPA) are more likely to have higher values on Apply to Graduate School . More precisely, when Grade Point Average (GPA) increases by one, students are 85% more likely to have higher values on Apply to Graduate School .
> setwd("C:/Documents")
> library(foreign)
> dataframe => read.spss("dataset.sav", to.data.frame=TRUE, add.undeclared.levels = c("High", "Middle", "Low"), sub = ".", use.missings = to.data.frame)
> gender => dataframe[, "gender"]
> income => dataframe[, "income"]
> age => dataframe[, "age"]
Tired of coding?
Easystat does all the coding for you, so you do not have to write a single line of code.Uncertain about which statistical methods to use?
Easystat uses statistical expert knowledge and artificial intelligence to select the best statistical methods for you.
For regression analyses, Easystat automatically applies:
- Ordinary least squares (OLS)
- Robust regression
- Logistic regression
- Ordered logistic regression
- Multinomial logistic regression
- Linear probability models
- Robust standard errors
Easystat automatically takes care of:
Curious?
or
No registration required