Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lm

Using lm(), nls() (and glm()?) to estimate population growth rate in Malthusian growth model

r regression glm lm nls

What does the full stop do when assigned to a formula in r? In the parameter of lm [duplicate]

r lm

How to conduct linear hypothesis test on regression coefficients with a clustered covariance matrix?

How to set contrasts for my variable in regression analysis with R?

change null hypothesis in lmtest in R

R says lm.fit wants a matrix [closed]

r types lm

Splitting data and running linear regression loop

r loops regression lm

models with 'differences from mean' for all coefficients on categorical variables; get 'contrast coding' to do it?

r linear-regression lm

Updating list in nested loop in R

r list for-loop lm

Enhanced likelihood ratio for comparison of models obtained with the lm() function

r function model comparison lm

Constrained linear regression coefficients in R [duplicate]

How can I obtain a minimal data frame of only the variables used in a statistical model in R?

Change order of categorical variable and reference category using lm

r tidyverse lm texreg

Is it possible to create data with a specific slope and pearson correlation coefficient in R? [closed]

predict x values from simple fitting and annoting it in the plot

r ggplot2 lm

Is it possible to cache `lm()` matrices to fit new data?

r lm

Use of variable arguments (dot-dot-dot) in stats::lm in R [duplicate]

r variadic-functions lm

Looping over combinations of regression model terms

r apply lm