Top "Regression" questions

Regression analysis is a collection of statistical techniques for modeling and predicting one or multiple variables based on other data.

non linear regression 'abline'

Still quite new to R (and statistics to be honest) and I have currently only used it for simple linear …

r regression quadratic-curve
R: plm -- year fixed effects -- year and quarter data

I am having a problem setting up a panel data model. Here is some sample data: library(plm) id <…

r regression linear-regression plm
How to perform lm.ridge summary?

I wonder is there a way to output summary for ridge regression in R? It is a result of lm.…

r regression lm summary
B Spline confusion

I realise that there are posts on the topic of B-Splines on this board but those have actually made me …

r regression spline smoothing
Python Pandas: how to turn a DataFrame with "factors" into a design matrix for linear regression?

If memory servies me, in R there is a data type called factor which when used within a DataFrame can …

python dataframe regression factors
sklearn LogisticRegression without regularization

Logistic regression class in sklearn comes with L1 and L2 regularization. How can I turn off regularization to get the "…

python scikit-learn regression
large-scale regression in R with a sparse feature matrix

I'd like to do large-scale regression (linear/logistic) in R with many (e.g. 100k) features, where each example is …

r sparse-matrix regression
Python fit polynomial, power law and exponential from data

I have some data (x and y coordinates) coming from a study and I have to plot them and to …

python regression curve-fitting exponential power-law
How do I deal with NAs in residuals in a regression in R?

So I am having some issues with some NA values in the residuals of a lm cross sectional regression in …

r regression missing-data
Problems with within and random models in plm package

I am working with plm package and I have problem with random and within models, which are giving errors which …

r regression plm