Holcombe:ProgrammingInR: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:




[http://www.rpad.org/Rpad/R-refcard.pdf R reference cheatsheet]
[http://psychology.uwo.ca/JodyCulham/Courses/ErrorBars_Lecture.ppt Jody Culham error bars lecture]
 
Examining your data matrix or object, let's say it's called ''datos''
head(datos)
str(datos)
 
Don't use the function ''attach''. It seems to leave lots of data in the 'environment' that can cause problems later. Also it makes the code harder to understand.

Revision as of 23:11, 31 May 2008