Cargando…

Using R for statistics /

R is a popular and growing open source statistical analysis and graphics environment as well as a programming language and platform. You'll be able to navigate the R system, enter and import data, manipulate datasets, calculate summary statistics, create statistical plots and customize their ap...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Stowell, Sarah (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_ocn883395168
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 140711s2014 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d BTCTA  |d YDXCP  |d COO  |d UMI  |d E7B  |d SFB  |d STF  |d B24X7  |d IDEBK  |d DEBBG  |d DEBSZ  |d UPM  |d OCLCF  |d EBLCP  |d OCLCQ  |d OCLCO  |d OCL  |d OCLCQ  |d VT2  |d Z5A  |d LIV  |d MERUC  |d OCLCQ  |d ESU  |d OCLCQ  |d IOG  |d N$T  |d REB  |d CEF  |d DEHBZ  |d OCLCQ  |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 OCLCQ  |d BRF  |d ADU  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 885593979  |a 892538445  |a 892799979  |a 900559430  |a 966355462  |a 985046531  |a 1005761148  |a 1048134261  |a 1058458227  |a 1066443757  |a 1086454881  |a 1097088115  |a 1110810055  |a 1112581587  |a 1112868586  |a 1117194402  |a 1129374141  |a 1152992821 
020 |a 9781484201398  |q (electronic bk.) 
020 |a 1484201396  |q (electronic bk.) 
020 |z 148420140X 
020 |z 9781484201404 
024 7 |a 10.1007/978-1-4842-0139-8  |2 doi 
029 1 |a AU@  |b 000059644614 
029 1 |a AU@  |b 000060583831 
029 1 |a AU@  |b 000062571371 
029 1 |a AU@  |b 000067106522 
029 1 |a CHNEW  |b 000888664 
029 1 |a CHVBK  |b 374497842 
029 1 |a DEBBG  |b BV042182269 
029 1 |a DEBBG  |b BV043611951 
029 1 |a DEBSZ  |b 41722947X 
029 1 |a DEBSZ  |b 420044027 
029 1 |a GBVCP  |b 882732625 
029 1 |a NZ1  |b 15756065 
035 |a (OCoLC)883395168  |z (OCoLC)885593979  |z (OCoLC)892538445  |z (OCoLC)892799979  |z (OCoLC)900559430  |z (OCoLC)966355462  |z (OCoLC)985046531  |z (OCoLC)1005761148  |z (OCoLC)1048134261  |z (OCoLC)1058458227  |z (OCoLC)1066443757  |z (OCoLC)1086454881  |z (OCoLC)1097088115  |z (OCoLC)1110810055  |z (OCoLC)1112581587  |z (OCoLC)1112868586  |z (OCoLC)1117194402  |z (OCoLC)1129374141  |z (OCoLC)1152992821 
037 |a CL0500000461  |b Safari Books Online 
050 4 |a QA276.4 
072 7 |a UY  |2 bicssc 
072 7 |a COM014000  |2 bisacsh 
072 7 |a MAT  |x 003000  |2 bisacsh 
072 7 |a MAT  |x 029000  |2 bisacsh 
082 0 4 |a 519.50285/5133  |2 23 
049 |a UAMI 
100 1 |a Stowell, Sarah,  |e author. 
245 1 0 |a Using R for statistics /  |c Sarah Stowell. 
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 (xvi, 250 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 (SpringerLink, viewed July 11, 2014). 
520 |a R is a popular and growing open source statistical analysis and graphics environment as well as a programming language and platform. You'll be able to navigate the R system, enter and import data, manipulate datasets, calculate summary statistics, create statistical plots and customize their appearance, perform hypothesis tests such as the t-tests and analyses of variance, and build regression models. Examples are built around actual datasets to simulate real-world solutions, and programming basics are explained to assist those who do not have a development background. No prior knowledge of R or of programming is assumed, though you should have some experience with statistics. What you'll learn: How to apply statistical concepts using R and some R programming; How to work with data files, prepare and manipulate data, and combine and restructure datasets; How to summarize continuous and categorical variables; What is a probability distribution; How to create and customize plots; How to do hypothesis testing; How to build and use regression and linear models. --  |c Edited summary from book. 
505 0 |a At a Glance; Introduction; Chapter 1: R Fundamentals; Downloading and Installing R; Getting Orientated; The R Console and Command Prompt; Functions; Objects; Simple Objects; Vectors; Data Frames; The Data Editor; Workspaces; Error Messages; Script Files; Summary; Chapter 2: Working with Data Files; Entering Data Directly; Importing Plain Text Files; CSV and Tab-Delimited Files; DIF Files; Other Plain Text Files; Importing Excel Files; Importing Files from Other Software; Using Relative File Paths; Exporting Datasets; Summary; Chapter 3: Preparing and Manipulating Your Data; Variables. 
505 8 |a Rearranging and Removing VariablesRenaming Variables; Variable Classes; Calculating New Numeric Variables; Dividing a Continuous Variable into Categories; Working with Factor Variables; Manipulating Character Variables; Concatenating Character Strings; Extracting a Substring; Searching a Character Variable; Working with Dates and Times; Adding and Removing Observations; Adding New Observations; Removing Specific Observations; Removing Duplicate Observations; Selecting a Subset of the Data; Selecting a Subset According to Selection Criteria; Selecting a Random Sample from a Dataset. 
505 8 |a Sorting a DatasetSummary; Chapter 4: Combining and Restructuring Datasets; Appending Rows; Appending Columns; Merging Datasets by Common Variables; Stacking and Unstacking a Dataset; Stacking Data; Unstacking Data; Reshaping a Dataset; Summary; Chapter 5: Summary Statistics for Continuous Variables; Univariate Statistics; Statistics by Group; Measures of Association; Covariance; Pearson's Correlation Coefficient; Spearman's Rank Correlation Coefficient; Hypothesis Test of Correlation; Comparing a Sample with a Specified Distribution; Shapiro-Wilk Test; Kolmogorov-Smirnov Test. 
505 8 |a Confidence Intervals and Prediction IntervalsSummary; Chapter 6: Tabular Data; Frequency Tables; Creating Tables; Displaying Tables; Creating Tables from Count Data; Creating a Table Directly; Chi-Square Goodness-of-Fit Test; Tests of Association Between Categorical Variables; Chi-Square Test of Association; Fisher's Exact Test; Proportions Test; Summary; Chapter 7: Probability Distributions; Probability Distributions in R; Probability Density Functions and Probability Mass Functions; Finding Probabilities; Finding Quantiles; Generating Random Numbers; Summary; Chapter 8: Creating Plots. 
505 8 |a Simple PlotsHistograms; Normal Probability Plots; Stem-and-Leaf Plots; Bar Charts; Pie Charts; Scatter Plots; Scatterplot Matrices; Box Plots; Plotting a Function; Exporting and Saving Plots; Summary; Chapter 9: Customizing Your Plots; Titles and Labels; Axes; Colors; Plotting Symbols; Plotting Lines; Shaded Areas; Adding Items to Plots; Adding Straight Lines; Adding a Mathematical Function Curve; Adding Labels and Text; Adding a Grid; Adding Arrows; Overlaying Plots; Adding a Legend; Multiple Plots in the Plotting Area; Changing the Default Plot Settings; Summary. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Statistics  |x Data processing. 
650 0 |a R (Computer program language) 
650 6 |a Statistique  |x Informatique. 
650 6 |a R (Langage de programmation) 
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  |0 (OCoLC)fst01086207 
650 7 |a Statistics  |x Data processing.  |2 fast  |0 (OCoLC)fst01132113 
776 0 8 |i Print version:  |z 9781484201404 
830 0 |a Expert's voice in R. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484201398/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29490587 
938 |a Books 24x7  |b B247  |n bks00066684 
938 |a Baker and Taylor  |b BTCP  |n BK0015484948 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1781997 
938 |a ebrary  |b EBRY  |n ebr10896190 
938 |a EBSCOhost  |b EBSC  |n 1174344 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29828635 
938 |a YBP Library Services  |b YANK  |n 12013087 
994 |a 92  |b IZTAP