Level 1
Level 3
9 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
help(lm)
get help with function lm
?lm
shortcut for help(lm)
help.search("regression")
search the help system for documentation matching "regression"
help(package=MASS)
help with package (e.g. MASS)
example(lm)
examples of command lm
find("lm")
commands relevant to topic lm
args(lm)
show arguments for function lm
R-help
Main R Mailing List: Primary help
RSeek.org
R-project Search Engine