Skip to content

Instantly share code, notes, and snippets.

@knbknb
Last active August 12, 2022 11:39
Show Gist options
  • Save knbknb/6c1e093d3fc22c8b847f03fff983d85f to your computer and use it in GitHub Desktop.
Save knbknb/6c1e093d3fc22c8b847f03fff983d85f to your computer and use it in GitHub Desktop.
R code snippets

R code snippets

Installing older versions of packages

from RStudio website

# easiest if pkg version number is known
require(devtools)
install_version("emmeans", version = "1.7.5")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment