Handbook of statistics : computational statistics with R /
R is open source statistical computing software. Since the R core group was formed in 1997, R has been extended by a very large number of packages with extensive documentation along with examples freely available on the internet. It offers a large number of statistical and numerical methods and grap...
Clasificación: | Libro Electrónico |
---|---|
Otros Autores: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Amsterdam :
Elsevier,
2014.
|
Colección: | Handbook of statistics (Amsterdam, Netherlands) ;
v. 32. |
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | SCIDIR_ocn897906931 | ||
003 | OCoLC | ||
005 | 20231120111923.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 141210s2014 ne a ob 001 0 eng d | ||
040 | |a N$T |b eng |e rda |e pn |c N$T |d UIU |d YDXCP |d OPELS |d E7B |d OCLCF |d IDEBK |d CNCGM |d OCLCQ |d D6H |d AU@ |d UPP |d S2H |d OCLCO |d LOA |d UX1 |d VT2 |d LVT |d TUHNV |d OCLCQ |d VLY |d OCLCO |d OCLCQ | ||
019 | |a 911047782 |a 1162060497 |a 1230258460 |a 1235117412 |a 1235837390 |a 1236082312 |a 1243595952 |a 1288250246 | ||
020 | |a 9780444634412 |q (electronic bk.) | ||
020 | |a 044463441X |q (electronic bk.) | ||
020 | |z 9780444634313 | ||
020 | |z 0444634312 | ||
035 | |a (OCoLC)897906931 |z (OCoLC)911047782 |z (OCoLC)1162060497 |z (OCoLC)1230258460 |z (OCoLC)1235117412 |z (OCoLC)1235837390 |z (OCoLC)1236082312 |z (OCoLC)1243595952 |z (OCoLC)1288250246 | ||
050 | 4 | |a QA276.4 | |
072 | 7 | |a MAT |x 003000 |2 bisacsh | |
072 | 7 | |a MAT |x 029000 |2 bisacsh | |
082 | 0 | 4 | |a 519.50285 |2 23 |
245 | 0 | 0 | |a Handbook of statistics : |b computational statistics with R / |c editors, Marepalli B. Rao, C.R. Rao. |
264 | 1 | |a Amsterdam : |b Elsevier, |c 2014. | |
300 | |a 1 online resource (xviii, 394 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 data file | ||
490 | 1 | |a Handbook of statistics ; |v volume 32 | |
588 | 0 | |a Print version record. | |
504 | |a Includes bibliographical references and index. | ||
505 | 0 | |a Front Cover; Computational Statistics with R; Copyright; Contents; Contributors; Preface; Chapter 1: Introduction to R; Chapter 2: R Graphics; Chapter 3: Graphics Miscellanea; Chapter 4: Matrix Algebra Topics in Statistics and Economics Using R; Chapter 5: Sample Size Calculations with R: Level 1; Chapter 6: Sample Size Calculations with R: Level 2; Chapter 7: Binomial Regression in R; Chapter 8: Computing Tolerance Intervals and Regions Using R; Chapter 9: Modeling the Probability of Second Cancer in Controlled Clinical Trials; Chapter 10: Bayesian Networks; References. | |
505 | 8 | |a Chapter 1: Introduction to R1. Introduction; 2. Setting Up R; 2.1. Installing and Starting R; 2.2. Memory; 2.3. Saving Your Code and Workspace; 2.4. R Packages; 3. Basic R Objects and Commands; 3.1. Numbers, Character Strings, and Logicals; 3.2. Scalars, Vectors, Matrices, and Arrays; 3.3. Data Frames and Lists; 3.4. Strings and Factors; 4. Writing Programs; 4.1. Conditional Statements; 4.2. if/else Statements; 4.3. for Loops; 4.4. while Loops; 4.5. Functions; 4.6. Debugging and Efficiency; 5. Input and Output; 6. Data Processing; 7. Exploratory Data Analysis. | |
505 | 8 | |a 8. Statistical Inference and Modeling8.1. Hypothesis Testing; 8.2. Regression; 9. Simulation; 10. Numerical Techniques; 11. Annotated References; Set Up; Text Editors; Introductory Resources and Books; Chapter 2: R Graphics; 1. Introduction; 1.1. Origins; 1.2. Principles of Data Graphics; 2. Traditional Graphics; 2.1. The plot() Function; 2.2. Other Common High-Level Functions; 2.3. Visualizations for Time Series Data; 2.4. Customizing Plots Using Low-Level Functions; 2.5. Limitations of Traditional Graphics; 3. Grid Graphics; 3.1. Viewports; 3.2. Units and Primitives; 3.3. First Attempt. | |
505 | 8 | |a 4. Lattice4.1. Overview; 4.2. Common High-Level Functions; 4.3. Bar Charts and Dot Plots for Tabular Data; 4.4. Scatterplots and Custom Displays; 4.5. The ��trellis�� Object; 5. ggplot; 6. Further Reading; References; Chapter 3: Graphics Miscellanea; 1. Introduction; 2. The Plot( ) Command; 2.1. Features that Can Be Included in a Scatter Plot; 2.1.1. par( ) Command; 3. Scatter Plots; 3.1. Regression Analysis with Scatter Plots; 3.2. Multiple Regression Analysis with Scatterplot Matrices; 3.3. Scatterplot Matrices of Data Segregated by a Categorical Variable; 4. Time Series Plots. | |
505 | 8 | |a 4.1. Three Graphs in a Single Frame4.2. Two Different Time Series Data Sets in a Single Plot; 5. Pie Charts; 6. Special Box Plots; 7. xy Plots; 8. Curves; 9. LOWESS; 10. Sunflower Plots; 11. Violin Plots; 12. Bean Plots; 13. Bubble Charts; 14. 3D Surface Plot; 15. Chernoff Faces-Graphical Presentation of Multivariate Data; 16. Maps; 16.1. Drawing Common Maps; 16.2. Creating a Choropleth Map; 16.2.1. Creating Maps with Custom Colors Depending on Values; References; Chapter 4: Matrix Algebra Topics in Statistics and Economics Using R; 1. Introduction; 2. Basic Matrix Manipulations in R. | |
520 | |a R is open source statistical computing software. Since the R core group was formed in 1997, R has been extended by a very large number of packages with extensive documentation along with examples freely available on the internet. It offers a large number of statistical and numerical methods and graphical tools and visualization of extraordinarily high quality. R was recently ranked in 14th place by the Transparent Language Popularity Index and 6th as a scripting language, after PHP, Python, and Perl. The book is designed so that it can be used right away by novices while appealing to experi. | ||
546 | |a English. | ||
650 | 0 | |a R (Computer program language) | |
650 | 0 | |a Mathematical statistics |x Data processing. | |
650 | 6 | |a R (Langage de programmation) |0 (CaQQLa)201-0368319 | |
650 | 6 | |a Statistique math�ematique |x Informatique. |0 (CaQQLa)201-0160038 | |
650 | 7 | |a MATHEMATICS |x Applied. |2 bisacsh | |
650 | 7 | |a MATHEMATICS |x Probability & Statistics |x General. |2 bisacsh | |
650 | 7 | |a Mathematical statistics |x Data processing. |2 fast |0 (OCoLC)fst01012133 | |
650 | 7 | |a R (Computer program language) |2 fast |0 (OCoLC)fst01086207 | |
700 | 1 | |a Rao, Marepalli B., |e editor. | |
700 | 1 | |a Rao, C. R., |e editor. | |
776 | 0 | 8 | |i Print version: |t Handbook of statistics |z 9780444634313 |w (OCoLC)894611906 |
830 | 0 | |a Handbook of statistics (Amsterdam, Netherlands) ; |v v. 32. | |
856 | 4 | 0 | |u https://sciencedirect.uam.elogim.com/science/book/9780444634313 |z Texto completo |
856 | 4 | 0 | |u https://sciencedirect.uam.elogim.com/science/handbooks/01697161/32 |z Texto completo |