The essential R reference /
The powerful and open-source statistical programming language R is rapidly growing in popularity, but it requires that you type in commands at the keyboard rather than use a mouse, so you have to learn the language of R. This practical reference is a library of basic R commands that you can copy and...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, IN :
John Wiley & Sons,
©2013.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
Tabla de Contenidos:
- The Essential R Reference; About the Author; Acknowledgments; Contents; Introduction; Theme 1: Data; Data Types; Types of Data; Altering Data Types; Testing Data Types; Creating Data; Creating Data from the Keyboard; Creating Data from the Clipboard; Adding to Existing Data; Importing Data; Importing Data from Text Files; Importing Data from Data Files; Saving Data; Saving Data as a Text File to Disk; Saving Data as a Data File to Disk; Viewing Data; Listing Data; Data Object Properties; Selecting and Sampling Data; Sorting and Rearranging Data; Summarizing Data; Summary Statistics
- Non-linear Modeling and OptimizationTheme 3: Graphics; Making Graphs; Types of Graphs; Saving Graphs; Adding to Graphs; Adding Data; Adding Lines; Adding Shapes; Adding Text; Adding Legends; Graphical Parameters; Using the par Command; Altering Color; Altering Axis Parameters; Altering Text Parameters; Altering Line (and Box) Parameters; Altering Plot Margins; Altering the Graph Window; Theme 4: Utilities; Install; Installing R; Installing Packages; Using R; Using the Program; Additional Packages; Programming; Managing Functions; Saving and Running Scripts; Conditional Control
- Returning ResultsError Trapping; Constants; Index