Mastering scientific computing with R /

Saved in:
Bibliographic Details
Author / Creator:Gerrard, Paul, author.
Imprint:Birmingham, England : Packt Publishing, 2015.
[Sebastapol, California] : Safari Books Online, 2016.
Description:1 online resource : illustrations
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11306229
Hidden Bibliographic Details
Varying Form of Title:Employ professional quantitative methods to answer scientific questions with a powerful open source data analysis environment
Other authors / contributors:Johnson, Radia M., author.
ISBN:1322882002
9781322882000
9781783555260
1783555262
9781783555253
1783555254
Digital file characteristics:text file
Notes:Includes index.
Online resource; title from cover (viewed August 3, 2016).
Summary:"With this book, you will learn not just about R, but how to use R to answer conceptual, scientific, and experimental questions. Beginning with an overview of fundamental R concepts, you'll learn how R can be used to achieve the most commonly needed scientific data analysis tasks: testing for statistically significant differences between groups and model relationships in data. You will delve into linear algebra and matrix operations with an emphasis not on the R syntax, but on how these operations can be used to address common computational or analytical needs. This book also covers the application of matrix operations for the purpose of finding structure in high-dimensional data using the principal component, exploratory factor, and confirmatory factor analysis in addition to structural equation modeling. You will also master methods for simulation and learn about an advanced analytical method."--
Other form:Print version: Druck-Ausgabe Gerrard, Paul. Mastering Scientific Computing with R
Table of Contents:
  • ""Cover""; ""Copyright""; ""Credits""; ""About the Authors""; ""About the Reviewers""; ""www.PacktPub.com""; ""Table of Contents""; ""Preface""; ""Chapter 1: Programming with R""; ""Data structures in R""; ""Atomic vectors""; ""Operations on vectors""; ""Lists""; ""Attributes""; ""Factors""; ""Multidimensional arrays""; ""Matrices""; ""Data frames""; ""Loading data into R""; ""Saving data frames""; ""Basic plots and the ggplot2 package""; ""Flow control""; ""The for() loop""; ""The apply() function""; ""The if() statement""; ""The while() loop""; ""The repeat{} and break statement""
  • ""Functions""""General programming and debugging tools""; ""Summary""; ""Chapter 2: Statistical Methods with R""; ""Descriptive statistics""; ""Data variability""; ""Confidence intervals""; ""Probability distributions""; ""Fitting distributions""; ""Higher order moments of a distribution""; ""Other statistical tests to fit distributions""; ""The propagate package""; ""Hypothesis testing""; ""Proportion tests""; ""Two sample hypothesis tests""; ""Unit root tests""; ""Summary""; ""Chapter 3: Linear Models""; ""An overview of statistical modeling""; ""Model formulas""
  • ""Explanatory variables interactions""""Error terms""; ""The intercept as parameter 1""; ""Updating a model""; ""Linear regression""; ""Plotting a slope""; ""Analysis of variance""; ""Generalized linear models""; ""Generalized additive models""; ""Linear discriminant analysis""; ""Principal component analysis""; ""Clustering""; ""Summary""; ""Chapter 4: Nonlinear Methods""; ""Nonparametric and parametric models""; ""The adsorption and body measures datasets""; ""Theory-driven nonlinear regression""; ""Visually exploring nonlinear relationships""; ""Extending the linear framework""
  • ""Polynomial regression""""Performing a polynomial regression in R""; ""Spline regression""; ""Nonparametric nonlinear methods""; ""Kernel regression""; ""Kernel weighted local polynomial fitting""; ""Optimal bandwidth selection""; ""A practical scientific application of kernel regression""; ""Locally weighted polynomial regression and the loess function""; ""Nonparametric methods with the np package""; ""Nonlinear quantile regression""; ""Summary""; ""Chapter 5: Linear Algebra""; ""Matrices and linear algebra""; ""Matrices in R""; ""Vectors in R""; ""Matrix notation""
  • ""The physical functioning dataset""""Basic matrix operations""; ""Element-wise matrix operations""; ""Matrix subtraction""; ""Matrix addition""; ""Matrix sweep""; ""Basic matrix-wise operations""; ""Transposition""; ""Matrix multiplication""; ""Matrix inversion""; ""Determinants""; ""Triangular matrices""; ""Matrix decomposition""; ""QR decomposition""; ""Eigenvalue decomposition""; ""Lower upper decomposition""; ""Cholesky decomposition""; ""Singular value decomposition""; ""Applications""; ""Rasch analysis using linear algebra and a paired comparisons matrix""