family = gaussian
, etc instead of family = gaussian()
, just like glm()
sandwich::vcovBS()
subset = (cyl == 4)
and similar subsettingmpg ~ log(wt)
instead of having to create mtcars$logwt <- log(mtcars$wt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.