Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lm

plot regression line in R

How to correctly `dput` a fitted linear model (by `lm`) to an ASCII file and recreate it later?

Looping linear regression output in a data frame in r

r lm

Dropping variable in lm formula still triggers contrast error

r formula lm factors

Best way in R to pick which level is the base category for a factor in an lm regression

r lm r-factor

R - interaction with only one factor level in regression

r lm

Is there a function or package which will simulate predictions for an object returned from lm()?

r regression lm

linear model with `lm`: how to get prediction variance of sum of predicted values

How to remove a lower order parameter in a model when the higher order parameters remain?

r lm

Finding where two linear fits intersect in R

r intersection 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