warcorrespondent / Hello-World

Coursera Data Scientists Toolbox Welcome
0 stars 0 forks source link

Fix Readme #1

Closed warcorrespondent closed 9 years ago

warcorrespondent commented 9 years ago

Get Help:

http://imgtfy.com

R functions:

?rnorm help.search("rnorm") args("rnorm") -> function (n, mean = 0, sd = 1) rnorm

How to ask an R question:

How to ask a Data Analysis question:

Example:

R 2.15.0 lm() function on Mac OS X 10.6.3 -- seg fault on large data frame Using principle components to discover common variation in rows of a matrix, should I use U, D, or V7?

Getting Help:

http://bit.ly/Ufaadn http://www.r-project.org/mail.html https://stat.ethz.ch/mailman/listinfo http://stackoverflow.com/ http://stats.stackexchange.com/

StackOverflow (use the "[r]" tag) Google "[datatype] data analysis" or "[data type] R package" For example google "[biostatistics] data analysis" or "[data science] data analysis" Other Data Types

warcorrespondent commented 9 years ago

Done