All Projects → djnavarro → Rbook

djnavarro / Rbook

Source files for "Learning Statistics with R"

Projects that are alternatives of or similar to Rbook

BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-86.89%)
Mutual labels:  statistics, rstats
Blogr
Scripts + data to recreate analyses published on http://benjaminlmoore.wordpress.com and http://blm.io
Stars: ✭ 23 (-91.39%)
Mutual labels:  statistics, rstats
Gtsummary
Presentation-Ready Data Summary and Analytic Result Tables
Stars: ✭ 450 (+68.54%)
Mutual labels:  statistics, rstats
Zelig
A statistical framework that serves as a common interface to a large range of models
Stars: ✭ 89 (-66.67%)
Mutual labels:  statistics, rstats
Collapse
Advanced and Fast Data Transformation in R
Stars: ✭ 184 (-31.09%)
Mutual labels:  statistics, rstats
Tidyversity
🎓 Tidy tools for academics
Stars: ✭ 155 (-41.95%)
Mutual labels:  statistics, rstats
Structural Equation Modeling For Psychologists
Lesson files used in the Structural Equation Modeling for Psychologists.
Stars: ✭ 69 (-74.16%)
Mutual labels:  statistics, rstats
ciencia datos
El curso en español, de acceso abierto y gratuito más grande del mundo sobre Ciencia de Datos en salud.
Stars: ✭ 66 (-75.28%)
Mutual labels:  statistics, rstats
teach-r-online
Materials for the Teaching statistics and data science online workshops in July 2020
Stars: ✭ 52 (-80.52%)
Mutual labels:  statistics, rstats
bcmaps
An R package of map layers for British Columbia
Stars: ✭ 53 (-80.15%)
Mutual labels:  rstats
wikitaxa
taxonomy data from Wikipedia/Wikidata/Wikispecies
Stars: ✭ 16 (-94.01%)
Mutual labels:  rstats
tRakt-shiny
Using trakt to graph show data and such. The on-it's-way-out incarnation of trakt.jemu.name
Stars: ✭ 17 (-93.63%)
Mutual labels:  rstats
bigstatsr
R package for statistical tools with big matrices stored on disk.
Stars: ✭ 139 (-47.94%)
Mutual labels:  statistics
stats
📊 Request statistics middleware that stores response times, status code counts, etc
Stars: ✭ 15 (-94.38%)
Mutual labels:  statistics
highdim
Statistics for high-dimensional data (homogeneity, sphericity, independence, spherical uniformity)
Stars: ✭ 16 (-94.01%)
Mutual labels:  statistics
Mixedmodels.jl
A Julia package for fitting (statistical) mixed-effects models
Stars: ✭ 257 (-3.75%)
Mutual labels:  statistics
renko trend following strategy catalyst
Example of adaptive trend following strategy based on Renko
Stars: ✭ 65 (-75.66%)
Mutual labels:  statistics
layer
Create stacked tilted maps
Stars: ✭ 97 (-63.67%)
Mutual labels:  rstats
Time Series Machine Learning
Machine learning models for time series analysis
Stars: ✭ 261 (-2.25%)
Mutual labels:  statistics
craft-commerce-widgets
Insightful widgets for Craft CMS Commerce stores
Stars: ✭ 33 (-87.64%)
Mutual labels:  statistics

Learning statistics with R

This repository contains all the source materials for Learning Statistics with R. There are two versions of the content, the original version (LSR v0.6) written in LaTeX and the bookdown adaptation (LSR v0.6.1). The two versions are kept in distinct folders to ensure they share no dependencies.

Bookdown

To generate the bookdown version, source the bookdown/serve_book.R script. The generated book appears in the bookdown/_book subdirectory.

Original

To typeset the original LaTeX version, the root file is original/pdf/lsr.tex, and the generated file is the original/pdf/lsr.pdf file it produces.

Docs

GitHub pages deploys the site from the docs directory; to publish an updated version of the bookdown version to https://learningstatisticswithr.com just copy the entire contents of bookdown/_book to docs/book, and push to GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].