TeSS has been unable to access this material's URL since 31 May 2022 - the page may have been moved.
R for Social Scientists: Glossary
Use install.packages() to install packages (libraries). Access individual values by location using []. Access slices of data using [low:high]. Access arbitrary sets of data using [c(...)]. Use logical operations and logical vectors to access subsets of data.
Activity log