1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 14:02:02 +02:00

add statistical analysis section with general linear models

This commit is contained in:
Kristin Linn
2015-10-20 16:57:36 -04:00
parent 396e6f5d97
commit 622e03a141

View File

@@ -16,8 +16,7 @@ R is a statistical computing language. It has lots of libraries for uploading an
# You can't make multi-line comments, # You can't make multi-line comments,
# but you can stack multiple comments like so. # but you can stack multiple comments like so.
# in Windows you can use CTRL-ENTER to execute a line. # in Windows or Mac, hit COMMAND-ENTER to execute a line
# on Mac it is COMMAND-ENTER