Tags Used in Posts | R-bloggers

Applied Multivarite: Data Standardizations (continued)

This class continues to cover an introduction to multivariate statistics and data transformations and standardizations. Detailed notes from previous semesters can be found here: 2016-08-10-Data-Transformations. R notebook R notebook Rmarkdown... [Read More]

Applied Multivarite: Intro to multivariate stats

This class covers an introduction to multivariate statistics and data transformations and standardizations. Detailed notes from previous semesters can be found here: 2016-08-10-Data-Transformations. Introduction presentation Introduction presentation Rmarkdown file R... [Read More]

Applied Multivarite: Intro to R

Welcome back to another semester of our UseR. R script from class Powerpoint from class Weekly challenge The data Work with the ecology data set from datacarpentry. An explanation of... [Read More]

The Confrontation: Sum of squares

library(tidyverse)library(broom) Sources of the notes for this lecture are from Ecological Detective (Chapter 5). Simplest technique for the confrontation between models and data is sum of squares It is simple... [Read More]

Six-sided die

What about for a six sided die? Let’s take the coin-flipping example from last week and run a similar test on a six sided dice. Lets run a simulation from... [Read More]