inst/snippet/vcov.R

treb.model <-  
  lm(distance ~ projectileWt, data = Trebuchet2)
vcov(treb.model) 
sqrt(diag(vcov(treb.model)))
treb.model %>% summary() %>% coef()
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.