Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lm

lm() Regression with interactions for an entire dataframe

r regression lm

Different NA actions for coefficients and summary of linear model in R

r summary lm na

modify lm or loess function to use it within ggplot2's geom_smooth

r ggplot2 lm

lm function in R does not give coefficients for all factor levels in categorical data

r linear-regression lm

Error in `contrasts<-`(`*tmp*`, value = contr.funs[1 + isOF[nn]]) with an obviously correct dataset

r lm

How to predict x values from a linear model (lm)

r lm predict

update() a model inside a function with local covariate

r glm lm

How to use formula in R to exclude main effect but retain interaction

Error in calling `lm` in a `lapply` with `weights` argument

r lapply lm

In R linear model, get p-values for only the interaction coefficients

r lm

How to interpret lm() coefficient estimates when using bs() function for splines

r regression lm spline bspline

Add fitted quadratic curve

r lm

Linear Regression and storing results in data frame [duplicate]

r linear-regression lm

Why does lm run out of memory while matrix multiplication works fine for coefficients?

Why is using update on a lm inside a grouped data.table losing its model data?

r data.table lm

Fast pairwise simple linear regression between variables in a data frame

Fit line to data on a log scale in R

r plot lm

Linear model (lm) when dependent variable is a factor/categorical variable?

r lm categorical-data r-factor

How to do a Tukey HSD test with the Anova command (car package)

r lm anova tukey r-car

How `poly()` generates orthogonal polynomials? How to understand the "coefs" returned?