Last chance! 50% off unlimited learning
Sale ends in
lm
models.Uses
da.lm.fit(original.model, newdata = NULL, ...)
Original fitted model
Data used in update statement
ignored
A function described by using-fit-indices description for interface
Other fit indices:
da.betareg.fit()
,
da.dynlm.fit()
,
da.glm.fit()
,
da.lmWithCov.fit()
,
da.lmerMod.fit()
,
da.mlmWithCov.fit()
# NOT RUN {
x1<-rnorm(1000)
x2<-rnorm(1000)
y <-x1+x2+rnorm(1000)
df.1=data.frame(y=y,x1=x1,x2=x2)
lm.1<-lm(y~x1+x2)
da.lm.fit(lm.1)("names")
da.lm.fit(lm.1)(y~x1)
# }
Run the code above in your browser using DataLab