Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Engineering Production-Grade Shiny Apps
  • Language: en
  • Pages: 372

Engineering Production-Grade Shiny Apps

  • Type: Book
  • -
  • Published: 2021-09-27
  • -
  • Publisher: CRC Press

From the Reviews "[This book] contains an excellent blend of both Shiny-specific topics ... and practical advice from software development that fits in nicely with Shiny apps. You will find many nuggets of wisdom sprinkled throughout these chapters...." Eric Nantz, Host of the R-Podcast and the Shiny Developer Series (from the Foreword) "[This] book is a gradual and pleasant invitation to the production-ready shiny apps world. It ...exposes a comprehensive and robust workflow powered by the {golem} package. [It] fills the not yet covered gap between shiny app development and deployment in such a thrilling way that it may be read in one sitting.... In the industry world, where processes robus...

R Packages
  • Language: en
  • Pages: 356

R Packages

Turn your R code into packages that others can easily install and use. With this fully updated edition, developers and data scientists will learn how to bundle reusable R functions, sample data, and documentation together by applying the package development philosophy used by the team that maintains the "tidyverse" suite of packages. In the process, you'll learn how to automate common development tasks using a set of R packages, including devtools, usethis, testthat, and roxygen2. Authors Hadley Wickham and Jennifer Bryan from Posit (formerly known as RStudio) help you create packages quickly, then teach you how to get better over time. You'll be able to focus on what you want your package t...

A Criminologist's Guide to R
  • Language: en
  • Pages: 415

A Criminologist's Guide to R

  • Type: Book
  • -
  • Published: 2022-12-15
  • -
  • Publisher: CRC Press

A Criminologist's Guide to R: Crime by the Numbers introduces the programming language R and covers the necessary skills to conduct quantitative research in criminology. By the end of this book, a person without any prior programming experience can take raw crime data, be able to clean it, visualize the data, present it using R Markdown, and change it to a format ready for analysis. A Criminologist's Guide to R focuses on skills specifically for criminology such as spatial joins, mapping, and scraping data from PDFs, however any social scientist looking for an introduction to R for data analysis will find this useful. Key Features: Introduction to RStudio including how to change user preference settings. Basic data exploration and cleaning – subsetting, loading data, regular expressions, aggregating data. Graphing with ggplot2. How to make maps (hotspot maps, choropleth maps, interactive maps). Webscraping and PDF scraping. Project management – how to prepare for a project, how to decide which projects to do, best ways to collaborate with people, how to store your code (using git), and how to test your code.

Spatial Sampling with R
  • Language: en
  • Pages: 549

Spatial Sampling with R

  • Type: Book
  • -
  • Published: 2022-09-26
  • -
  • Publisher: CRC Press

Scientific research often starts with data collection. However, many researchers pay insufficient attention to this first step in their research. The author, researcher at Wageningen University and Research, often had to conclude that the data collected by fellow researchers were suboptimal, or in some cases even unsuitable for their aim. One reason is that sampling is frequently overlooked in statistics courses. Another reason is the lack of practical textbooks on sampling. Numerous books have been published on the statistical analysis and modelling of data using R, but to date no book has been published in this series on how these data can best be collected. This book fills this gap. Spati...

Outstanding User Interfaces with Shiny
  • Language: en
  • Pages: 707

Outstanding User Interfaces with Shiny

  • Type: Book
  • -
  • Published: 2022-08-31
  • -
  • Publisher: CRC Press

Outstanding User Interfaces with Shiny provides the reader with necessary knowledge to develop beautiful and highly interactive user interfaces. It gives the minimum requirements in HTML/JavaScript and CSS to be able to extend already existing Shiny layouts or develop new templates from scratch. Suitable for anyone with some experience of Shiny, package development and software engineering best practices, this book is an ideal guide for graduates and professionals who wish to bring their app design to the next level. Key Features: Provides a survival kit in web development to seamlessly get started with HTML/CSS/JavaScript Leverage CSS and Sass and higher-level tools like {bslib} to substant...

Deep Learning and Scientific Computing with R torch
  • Language: en
  • Pages: 414

Deep Learning and Scientific Computing with R torch

  • Type: Book
  • -
  • Published: 2023-04-06
  • -
  • Publisher: CRC Press

torch is an R port of PyTorch, one of the two most-employed deep learning frameworks in industry and research. It is also an excellent tool to use in scientific computations. It is written entirely in R and C/C++. Though still "young" as a project, R torch already has a vibrant community of users and developers. Experience shows that torch users come from a broad range of different backgrounds. This book aims to be useful to (almost) everyone. Globally speaking, its purposes are threefold: - Provide a thorough introduction to torch basics – both by carefully explaining underlying concepts and ideas, and showing enough examples for the reader to become "fluent" in torch. - Again with a focu...

Rasch Measurement Theory Analysis in R
  • Language: en
  • Pages: 323

Rasch Measurement Theory Analysis in R

  • Type: Book
  • -
  • Published: 2022-06-07
  • -
  • Publisher: CRC Press

Rasch Measurement Theory Analysis in R provides researchers and practitioners with a step-by-step guide for conducting Rasch measurement theory analyses using R. It includes theoretical introductions to major Rasch measurement principles and techniques, demonstrations of analyses using several R packages that contain Rasch measurement functions, and sample interpretations of results. Features: Accessible to users with relatively little experience with R programming Reproducible data analysis examples that can be modified to accommodate users’ own data Accompanying e-book website with links to additional resources and R code updates as needed Features dichotomous and polytomous (rating scal...

Model-Based Clustering, Classification, and Density Estimation Using mclust in R
  • Language: en
  • Pages: 269

Model-Based Clustering, Classification, and Density Estimation Using mclust in R

  • Type: Book
  • -
  • Published: 2023-04-20
  • -
  • Publisher: CRC Press

Model-Based Clustering, Classification, and Denisty Estimation Using mclust in R Model-based clustering and classification methods provide a systematic statistical approach to clustering, classification, and density estimation via mixture modeling. The model-based framework allows the problems of choosing or developing an appropriate clustering or classification method to be understood within the context of statistical modeling. The mclust package for the statistical environment R is a widely adopted platform implementing these model-based strategies. The package includes both summary and visual functionality, complementing procedures for estimating and choosing models. Key features of the b...

ANOVA and Mixed Models
  • Language: en
  • Pages: 174

ANOVA and Mixed Models

  • Type: Book
  • -
  • Published: 2022-11-04
  • -
  • Publisher: CRC Press

ANOVA and Mixed Models: A Short Introduction Using R provides both the practitioner and researcher a compact introduction to the analysis of data from the most popular experimental designs. Based on knowledge from an introductory course on probability and statistics, the theoretical foundations of the most important models are introduced. The focus is on an intuitive understanding of the theory, common pitfalls in practice, and the application of the methods in R. From data visualization and model fitting, up to the interpretation of the corresponding output, the whole workflow is presented using R. The book does not only cover standard ANOVA models, but also models for more advanced designs...

Learn R
  • Language: en
  • Pages: 466

Learn R

  • Type: Book
  • -
  • Published: 2024-04-26
  • -
  • Publisher: CRC Press

Learning a computer language like R can be either frustrating, fun or boring. Having fun requires challenges that wake up the learner’s curiosity but also provide an emotional reward for overcoming them. The book is designed so that it includes smaller and bigger challenges, in what I call playgrounds, in the hope that all readers will enjoy their path to R fluency. Fluency in the use of a language is a skill that is acquired through practice and exploration. For students and professionals in the biological sciences, humanities and many applied fields, recognizing the parallels between R and natural languages should help them feel at home with R. The approach I use is similar to that of a ...