Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/22569/pc…
regression - PCA and proportion of variance explained - Cross Validated
For simple linear regression, the r-squared of best fit line is always described as the proportion of the variance explained, but I am not sure what to make of that either. Is proportion of variance here just the extend of deviation of points from the best fit line?
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/76226/in…
regression - Interpreting the residuals vs. fitted values plot for ...
Consider the following figure from Faraway's Linear Models with R (2005, p. 59). The first plot seems to indicate that the residuals and the fitted values are uncorrelated, as they should be in a
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/100214/a…
Assumptions of linear models and what to do if the residuals are not ...
For your first question, I don't think that a linear regression model assumes that your dependent and independent variables have to be normal. However, there is an assumption about the normality of the residuals.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/143705/m…
regression - Maximum likelihood method vs. least squares method - Cross ...
What is the main difference between maximum likelihood estimation (MLE) vs. least squares estimaton (LSE) ? Why can't we use MLE for predicting $y$ values in linear ...
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/190763/h…
regression - How to decide which glm family to use ... - Cross Validated
I have fish density data that I am trying to compare between several different collection techniques, the data has lots of zeros, and the histogram looks vaugley appropriate for a poisson distribut...
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/82105/mc…
regression - McFadden's Pseudo-$R^2$ Interpretation - Cross Validated
50 I have a binary logistic regression model with a McFadden's pseudo R-squared of 0.192 with a dependent variable called payment (1 = payment and 0 = no payment). What is the interpretation of this pseudo R-squared?
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/56881/wh…
regression - Whats the relationship between $R^2$ and F-Test? - Cross ...
regression hypothesis-testing least-squares goodness-of-fit Share Cite Improve this question
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/32285/as…
regression - Assumptions of generalised linear model - Cross Validated
I have made a generalised linear model with a single response variable (continuous/normally distributed) and 4 explanatory variables (3 of which are factors and the fourth is an integer). I have us...
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/503717/l…
regression - Linear vs Nonlinear Machine Learning Algorithms - Cross ...
Three linear machine learning algorithms: Linear Regression, Logistic Regression and Linear Discriminant Analysis. Five nonlinear algorithms: Classification and Regression Trees, Naive Bayes, K-Nearest Neighbors, Learning Vector Quantization and Support Vector Machines.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/866/when…
regression - When should I use lasso vs ridge? - Cross Validated
Ridge regression is useful as a general shrinking of all coefficients together. It is shrinking to reduce the variance and over fitting. It relates to the prior believe that coefficient values shouldn't be too large (and these can become large in fitting when there is collinearity) Lasso is useful as a shrinking of a selection of the coefficients.