Practical Statistics in Medicine with R: Understanding Fundamental Concepts through Examples
Autor Konstantinos I. Bougioukasen Limba Engleză Hardback – 14 mai 2026
Readers are introduced to the fundamentals of base R, along with practical methods for data import, preprocessing, and transformation using functions from standard R packages such as base and stats, as well as pipe-friendly functions from the tidyverse collection of packages. Additionally, a chapter is devoted to visualization fundamentals, providing step-by-step guidance on creating data visualizations using the ggplot2 package and its extensions.
This textbook covers the most common statistical tests (e.g., t-test, one-way ANOVA, chisquare test, correlation, and non-parametric tests) and introduces more specialized analyses (e.g., linear regression, survival analysis, reliability of measurement analysis, diagnostic test accuracy, and ROC analysis) with examples from the biomedical field. Basic mathematical equations for these statistical tests and techniques are provided to enhance understanding. Statistical functions from both Base R and the rstatix add-on package are often presented side by side, fostering engagement and enriching the reader’s coding experience. Designed to be self-contained, this textbook does not require any prior experience with the R programming language, though it assumes a basic understanding of mathematics. (Note: Multivariable modeling and advanced statistical techniques are beyond the scope of this introductory textbook.)
| Toate formatele și edițiile | Preț | Express |
|---|---|---|
| Paperback (1) | 395.96 lei Precomandă | |
| CRC Press – 14 mai 2026 | 395.96 lei Precomandă | |
| Hardback (1) | 1084.16 lei Precomandă | |
| CRC Press – 14 mai 2026 | 1084.16 lei Precomandă |
Preț: 1084.16 lei
Preț vechi: 1446.45 lei
-25% Precomandă
Puncte Express: 1626
Preț estimativ în valută:
191.68€ • 223.02$ • 165.84£
191.68€ • 223.02$ • 165.84£
Carte nepublicată încă
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Specificații
ISBN-13: 9781032600581
ISBN-10: 1032600586
Pagini: 466
Ilustrații: 384
Dimensiuni: 178 x 254 mm
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 1032600586
Pagini: 466
Ilustrații: 384
Dimensiuni: 178 x 254 mm
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Public țintă
Professional Training, Undergraduate Advanced, and Undergraduate CoreCuprins
Preface About the Author 1 R via RStudio 2 RStudio Projects 3 R as calculator 4 R functions 5 R packages 6 R objects 7 Atomic vectors 8 Matrices and arrays 9 Lists and data frames 10 Data import, preprocessing, and transformation 11 Data visualization with ggplot2 12 Introduction to Statistics 13 Basic concepts of probability 14 Probability distributions 15 Descriptive statistics 16 Populations and samples 17 Confidence intervals 18 Hypothesis testing 19 Independent samples t-test 20 Wilcoxon-Mann-Whitney test 21 Paired samples t-test 22 Wilcoxon Signed-Rank test 23 One-way Analysis of Variance 24 Kruskal-Wallis test 25 Categorical data analysis 26 Correlation methods 27 Simple linear regression 28 Survival analysis 29 Reliability of measurement 30 Measures of diagnostic test accuracy 31 Receiver Operating Characteristic (ROC) curve Bibliography Index
Descriere
Whether you're new to statistical analysis or looking to enhance your analytical skills with the R programming language, this textbook provides comprehensive and practical guidance for understanding fundamental statistical concepts through healthcare examples in R.