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

Merge pull request #178 from isomorphisms/patch-1

wording
This commit is contained in:
Adam Bard
2013-08-08 14:21:04 -07:00

View File

@@ -5,7 +5,7 @@ contributors:
filename: learnr.r filename: learnr.r
--- ---
R is a statistical computing language. It has lots of good built-in functions for uploading and cleaning data sets, running common statistical tests, and making graphs. You can also easily compile it within a LaTeX document. R is a statistical computing language. It has lots of libraries for uploading and cleaning data sets, running statistical procedures, and making graphs. You can also run `R`commands within a LaTeX document.
```python ```python