Cargando…

R quick syntax reference /

The R Quick Syntax Reference is a handy reference book detailing the intricacies of the R language. Not only is R a free, open-source tool, R is powerful, flexible, and has state of the art statistical techniques available. With the many details which must be correct when using any language, however...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tollefson, Margot (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2014.
Colección:Expert's voice in R.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn879375819
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 140508s2014 caua ob 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d YDXCP  |d UMI  |d COO  |d B24X7  |d DEBBG  |d IDEBK  |d DEBSZ  |d E7B  |d VT2  |d OCLCF  |d OCLCQ  |d RRP  |d LIV  |d OCLCQ  |d ESU  |d OCLCQ  |d IOG  |d N$T  |d REB  |d UUM  |d CEF  |d INT  |d U3W  |d OCLCQ  |d WYU  |d YOU  |d OCLCQ  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d DCT  |d ERF  |d BRF  |d ADU  |d OCLCQ  |d OCLCO  |d SFB  |d SNK  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 880902650  |a 884584079  |a 897578096  |a 902808991  |a 966398016  |a 1005754275  |a 1026464977  |a 1048128348  |a 1065911439  |a 1071068129  |a 1086461483  |a 1110808566  |a 1112543002  |a 1112829090  |a 1126531824  |a 1129356446  |a 1153005804  |a 1295610576  |a 1300604337  |a 1303385413 
020 |a 9781430266419  |q (electronic bk.) 
020 |a 1430266414  |q (electronic bk.) 
020 |z 9781430266402 
020 |z 1430266406 
024 7 |a 10.1007/978-1-4302-6641-9  |2 doi 
029 1 |a AU@  |b 000052920317 
029 1 |a AU@  |b 000053310637 
029 1 |a AU@  |b 000058029909 
029 1 |a AU@  |b 000067094413 
029 1 |a DEBBG  |b BV042032995 
029 1 |a DEBSZ  |b 414184734 
029 1 |a GBVCP  |b 796787379 
029 1 |a NZ1  |b 15584798 
035 |a (OCoLC)879375819  |z (OCoLC)880902650  |z (OCoLC)884584079  |z (OCoLC)897578096  |z (OCoLC)902808991  |z (OCoLC)966398016  |z (OCoLC)1005754275  |z (OCoLC)1026464977  |z (OCoLC)1048128348  |z (OCoLC)1065911439  |z (OCoLC)1071068129  |z (OCoLC)1086461483  |z (OCoLC)1110808566  |z (OCoLC)1112543002  |z (OCoLC)1112829090  |z (OCoLC)1126531824  |z (OCoLC)1129356446  |z (OCoLC)1153005804  |z (OCoLC)1295610576  |z (OCoLC)1300604337  |z (OCoLC)1303385413 
037 |a CL0500000442  |b Safari Books Online 
050 4 |a QA276.45.R3 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a MAT  |x 003000  |2 bisacsh 
072 7 |a MAT  |x 029000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 519.50285  |2 23 
049 |a UAMI 
100 1 |a Tollefson, Margot,  |e author. 
245 1 0 |a R quick syntax reference /  |c Margot Tollefson. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2014. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c Ã2014 
300 |a 1 online resource (xviii, 190 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a The expert's voice in R 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 28, 2017). 
520 |a The R Quick Syntax Reference is a handy reference book detailing the intricacies of the R language. Not only is R a free, open-source tool, R is powerful, flexible, and has state of the art statistical techniques available. With the many details which must be correct when using any language, however, the R Quick Syntax Reference makes using R easier. Starting with the basic structure of R, the book takes you on a journey through the terminology used in R and the syntax required to make R work. You will find looking up the correct form for an expression quick and easy. With a copy of the R Quick Syntax Reference in hand, you will find that are able to use the multitude of functions available to the R user and are even able to write your own functions to explore and analyze data. Takes you through learning R, from download to statistical analysis. Clears the confusion around object types and how to use and convert the types. Tells you how to search for statistical techniques using the R help pages. 
504 |a Includes bibliographical references and index. 
505 0 |a At a Glance -- Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Part 1: R Basics -- Chapter 1: Downloading R and Setting Up a File System -- Downloading R -- Windows -- OS X -- Linux -- Installing and Updating Packages -- Windows -- OS X -- Updating R -- Windows -- OS X -- Using R in Separate Folders -- Windows -- OS X -- Linux -- Chapter 2: The R Prompt -- The Three Parts of R: Objects, Operators, and Assignments -- The R Prompt -- An Example of a Calculation -- Chapter 3: Assignments and Operators -- Types of Assignment -- Example of Three Types of Assignment -- The ls() and rm() Functions -- Operators -- Logical Operators and Functions -- Arithmetic Operators -- Matrix Operators and Functions -- Relational Operators -- Subscripting Operators -- Vectors -- Matrices -- Arrays -- Lists -- Other Types -- Odds and Ends -- Part 2: Kinds of Objects -- Chapter 4: Modes of Objects -- Overview of the Modes -- Commonly Used Modes -- Atomic, Recursive, and Language Modes -- Some Functions for Atomic Modes -- The NULL Mode -- The Logical Mode -- The Numeric Mode -- The Complex Mode -- The Raw Mode -- The Character Mode -- The Common Recursive and Language Modes -- The List Mode -- The Function Mode -- The Call Mode -- The Name Mode -- The Expression Mode -- The S4 Mode -- Chapter 5: Classes of Objects -- Some Basics on Classes -- Vectors -- Some Common Classes -- The Matrix Class: matrix -- The Array Class: array -- The Time Series Classes: ts and mts -- The Factor Classes: factor and ordered -- The Data Frame Class: data.frame -- The Date and Time Classes: Date, POSIXct, POSIXlt, and difftime -- Names for Vectors, Matrices, Arrays, and Lists -- Part 3: Functions -- Chapter 6: Packaged Functions -- The Libraries -- Default Packages and Primitive Functions -- Using the Help Pages -- Title. 
505 8 |a Description -- Usage -- Arguments -- Details -- Value -- Some Other Optional Sections -- References -- See Also -- Examples -- Chapter 7: User-Created Functions -- The Structure of a Function -- How to Enter a Function into R -- Using an Editor -- Inline Entry -- An Outside Editor: dget() and Copying and Pasting -- Chapter 8: How to Use a Function -- Calling a Function -- Arguments -- The Output from a Function -- Part 4: Inputting and Creating Data, Outputting Data and Output, and Manipulating Objects -- Chapter 9: Importing and Creating Data -- Reading Data into R, Including R Data Sets -- The Function scan() -- The Functions read.table(), read.csv(), and read.delim() -- R Data Sets -- Other Functions to Import Files -- Probability Distributions and the Function sample() -- Probability Distributions -- The Function sample() -- Manually Entering Data and Generating Data with Patterns -- The Function c() -- The Functions seq() and rep() -- The Function seq() -- The Function rep() -- Combinatorics and Grid Expansion -- The Function Paste -- Chapter 10: Exporting from R -- The Function dump() -- The Function sink() -- The Function write() -- The Function write.matrix() -- The Functions write.table() and write.csv() -- The Function dput() -- Other Exporting Functions -- Chapter 11: Descriptive Functions and Manipulating Objects -- Descriptive Functions -- The Function dim() -- The Functions nrow(), ncol(), NROW(), and NCOL() -- The Function length() -- The Function nchar() -- Manipulating Objects -- The Functions cbind() and rbind() -- The Apply Functions -- The Function apply() -- The lapply(), sapply(), and vapply() Functions -- The Function lapply() -- The Function sapply() -- The Function vapply() -- The Function tapply() -- The Function mapply() -- The sweep() and scale() Functions -- The Function sweep() -- The Function scale(). 
505 8 |a The Functions aggregate(), table(), tabulate(), and ftable() -- The Function aggregate() -- Data Frames -- Time Series -- The Functions table(), as.table(), and is.table() -- The Function tabulate() -- The Function ftable() -- Part 5: Flow Control -- Chapter 12: Flow Control -- Brackets "{ }" and the Semicolon " -- " -- The "if" and "if/else" Control Statements -- The "while" Control Statement -- The "for" Control Statement -- The "repeat" Control Statement -- The Statements "break" and "next" -- Nesting -- Chapter 13: Examples of Flow Control -- Nested 'for' Loops with an 'if/else' Statement -- Using Indices -- A 'while' Loop -- Using Indices -- Nested 'for' Loops -- Using Indices -- A 'for' Loop, 'if' Statement, and 'next' Statement -- Using Indices -- A 'for' Loop, a 'repeat' Loop, an 'if' Statement, and a 'break' Statement -- Using Indices -- Chapter 14: The Functions ifelse() and switch() -- The Function ifelse() -- The Function switch() -- Part 6: Some Common Functions, Packages, and Techniques -- Chapter 15: Some Common Functions -- The Function options() -- The Functions round(), signif(), and noquote() -- The Function round() -- The Function signif() -- The Function noquote() -- The Function cat() -- The Functions format(), print(), plot(), and summary() -- The Function format() -- The Function print() -- The Function plot() -- The Function summary() -- Some Functions for Models: anova(), coef(), effects(), residuals(), fitted(), vcov(), confint(), and predict() -- Chapter 16: The Packages base, stats, and graphics -- The base Package -- Reserved Words -- Built-In Constants -- Trigonometric and Hyperbolic Functions -- Beta- and Gamma-Related Functions -- Miscellaneous Mathematical Functions -- Complex Numbers -- Matrices, Arrays, and Data Frames -- A Few Other Functions and Some Comments -- The stats Package. 
505 8 |a Basic Descriptive Statistics -- Some Functions That Do Tests -- Some Modeling Functions in stats -- Clustering Algorithms and Other Multivariate Techniques -- The graphics Package -- Chapter 17: Tricks of the Trade -- Value Substitution: NA, NaN, Inf, and -Inf -- If Statements and Logical Vectors -- Lists and the Functions list() and c() -- Getting Data out of Functions -- Recursive Functions -- Some Final Comments -- Index. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a R (Computer program language) 
650 6 |a R (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a MATHEMATICS  |x Applied.  |2 bisacsh 
650 7 |a MATHEMATICS  |x Probability & Statistics  |x General.  |2 bisacsh 
650 7 |a R (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Tollefson, Margot.  |t R quick syntax reference.  |d Berkeley, CA : Apress, 2014  |w (DLC) 2015410427 
830 0 |a Expert's voice in R. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430266402/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29280165 
938 |a Books 24x7  |b B247  |n bks00065478 
938 |a ebrary  |b EBRY  |n ebr10866624 
938 |a EBSCOhost  |b EBSC  |n 1174109 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29828052 
938 |a YBP Library Services  |b YANK  |n 11804786 
994 |a 92  |b IZTAP