|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBOOKCENTRAL_ocn935744749 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160122s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d N$T
|d IDEBK
|d VT2
|d YDXCP
|d COO
|d EBLCP
|d DEBSZ
|d NLE
|d DEBBG
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCF
|d CEF
|d OCLCQ
|d UKMGB
|d OCLCQ
|d UAB
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCL
|d INARC
|d OCLCQ
|d OCLCO
|d OCLCL
|d OCLCQ
|
016 |
7 |
|
|a 018010513
|2 Uk
|
019 |
|
|
|a 933537839
|a 933587139
|a 951065030
|a 958945526
|
020 |
|
|
|a 9781785286445
|q (electronic bk.)
|
020 |
|
|
|a 1785286447
|q (electronic bk.)
|
020 |
|
|
|a 1785288148
|q (Trade Paper)
|
020 |
|
|
|a 9781785288142
|q (Trade Paper)
|
020 |
|
|
|z 9781785288142
|
024 |
3 |
|
|a 9781785288142
|
029 |
1 |
|
|a CHNEW
|b 000960590
|
029 |
1 |
|
|a CHVBK
|b 491696434
|
029 |
1 |
|
|a DEBBG
|b BV043892760
|
029 |
1 |
|
|a DEBBG
|b BV043968711
|
029 |
1 |
|
|a DEBSZ
|b 473885131
|
029 |
1 |
|
|a DEBSZ
|b 485792192
|
029 |
1 |
|
|a GBVCP
|b 882848437
|
029 |
1 |
|
|a UKMGB
|b 018010513
|
029 |
1 |
|
|a AU@
|b 000068059581
|
035 |
|
|
|a (OCoLC)935744749
|z (OCoLC)933537839
|z (OCoLC)933587139
|z (OCoLC)951065030
|z (OCoLC)958945526
|
037 |
|
|
|a CL0500000706
|b Safari Books Online
|
050 |
|
4 |
|a QA276.45.R3
|
072 |
|
7 |
|a MAT
|x 003000
|2 bisacsh
|
072 |
|
7 |
|a MAT
|x 029000
|2 bisacsh
|
082 |
0 |
4 |
|a 519.50285
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Fischetti, Tony,
|e author.
|
245 |
1 |
0 |
|a Data analysis with R :
|b load, wrangle, and analyze your data using the world's most powerful statistical programming language /
|c Tony Fischetti.
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed January 21, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b Load, wrangle, and analyze your data using the world's most powerful statistical programming languageAbout This Book Load, manipulate and analyze data from different sources Gain a deeper understanding of fundamentals of applied statistics A practical guide to performing data analysis in practiceWho This Book Is ForWhether you are learning data analysis for the first time, or you want to deepen the understanding you already have, this book will prove to an invaluable resource. If you are looking for a book to bring you all the way through the fundamentals to the application of advanced and effective analytics methodologies, and have some prior programming experience and a mathematical background, then this is for you. What You Will Learn Navigate the R environment Describe and visualize the behavior of data and relationships between data Gain a thorough understanding of statistical reasoning and sampling Employ hypothesis tests to draw inferences from your data Learn Bayesian methods for estimating parameters Perform regression to predict continuous variables Apply powerful classification methods to predict categorical data Handle missing data gracefully using multiple imputation Identify and manage problematic data points Employ parallelization and Rcpp to scale your analyses to larger data Put best practices into effect to make your job easier and facilitate reproducibilityIn DetailFrequently the tool of choice for academics, R has spread deep into the private sector and can be found in the production pipelines at some of the most advanced and successful enterprises. The power and domain-specificity of R allows the user to express complex analytics easily, quickly, and succinctly. With over 7,000 user contributed packages, it's easy to find support for the latest and greatest algorithms and techniques. Starting with the basics of R and statistical reasoning, Data Analysis with R dives into advanced predictive analytics, showing how to apply those techniques to real-world data though with real-world examples. Packed with engaging problems and exercises, this book begins with a review of R and its syntax. From there, get to grips with the fundamentals of applied statistics and build on this knowledge to perform sophisticated and powerful analytics. Solve the difficulties relating to performing data analysis in practice and find solutions to working with messy data, large data, communicating results, and facilitating reproducibility. This book is engineered to be an invaluable resource through many stages of anyone's career as a data analyst. Style and approachLearn data analysis using engaging examples and fun exercises, and with a gentle and friendly but comprehensive "learn-by-doing" approach.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: RefresheR; Navigating the basics; Arithmetic and assignment; Logicals and characters; Flow of control; Getting help in R; Vectors; Subsetting; Vectorized functions; Advanced subsetting; Recycling; Functions; Matrices; Loading data into R; Working with packages; Exercises; Summary; Chapter 2: The Shape of Data; Univariate data; Frequency distributions; Central tendency; Spread; Populations, samples, and estimation; Probability distributions; Visualization methods; Exercises.
|
505 |
8 |
|
|a The binomial distributionThe normal distribution; The three-sigma rule and using z-tables; Exercises; Summary; Chapter 5: Using Data to Reason About the World; Estimating means; The sampling distribution; Interval estimation; How did we get 1.96?; Smaller samples; Exercises; Summary; Chapter 6: Testing Hypotheses; Null Hypothesis Significance Testing; One and two-tailed tests; When things go wrong; A warning about significance; A warning about p-values; Testing the mean of one sample; Assumptions of the one sample t-test; Testing two means; Don't be fooled!
|
505 |
8 |
|
|a Assumptions of the independent samples t-testTesting more than two means; Assumptions of ANOVA; Testing independence of proportions; What if my assumptions are unfounded?; Exercises; Summary; Chapter 7: Bayesian Methods; The big idea behind Bayesian analysis; Choosing a prior; Who cares about coin flips; Enter MCMC -- stage left; Using JAGS and runjags; Fitting distributions the Bayesian way; The Bayesian independent samples t-test; Exercises; Summary; Chapter 8: Predicting Continuous Variables; Linear models; Simple linear regression; Simple linear regression with a binary predictor.
|
505 |
8 |
|
|a A word of warningMultiple regression; Regression with a non-binary predictor; Kitchen sink regression; The bias-variance trade-off; Cross-validation; Striking a balance; Linear regression diagnostics; Second Anscombe relationship; Third Anscombe relationship; Fourth Anscombe relationship; Advanced topics; Exercises; Summary; Chapter 9: Predicting Categorical Variables; k-Nearest Neighbors; Using k-NN in R; Confusion matrices; Limitations of k-NN; Logistic regression; Using logistic regression in R; Decision trees; Random forests; Choosing a classifier; The vertical decision boundary.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a R (Computer program language)
|
650 |
|
0 |
|a Data mining
|x Mathematics.
|
650 |
|
0 |
|a Mathematical statistics
|x Data processing.
|
650 |
|
6 |
|a R (Langage de programmation)
|
650 |
|
6 |
|a Exploration de données (Informatique)
|x Mathématiques.
|
650 |
|
6 |
|a Statistique mathématique
|x Informatique.
|
650 |
|
7 |
|a MATHEMATICS
|x Applied.
|2 bisacsh
|
650 |
|
7 |
|a MATHEMATICS
|x Probability & Statistics
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Data mining
|x Mathematics
|2 fast
|
650 |
|
7 |
|a Mathematical statistics
|x Data processing
|2 fast
|
650 |
|
7 |
|a R (Computer program language)
|2 fast
|
758 |
|
|
|i has work:
|a Data analysis with R (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCGDDR8g8K9RTf6BHMpqwQ3
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Fischetti, Tony.
|t Data Analysis with R.
|d Birmingham : Packt Publishing, ©1900
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4191340
|z Texto completo
|
938 |
|
|
|a Internet Archive
|b INAR
|n dataanalysiswith0000fisc
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29875117
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4191340
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1131997
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis33451400
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12762872
|
994 |
|
|
|a 92
|b IZTAP
|