CougRstats Blog
Home
Archives
Links icon
Visit us at wsu.edu Follow us on Twitter View past talks on YouTube
About
English
  • Advanced methods with ggplot2

    Sep 25, 2019 · 11 min read · cowplot ggplot2 ggpubr ggrepel tidyverse  ·
    Share on:
    Advanced methods with ggplot2

    This walkthrough will cover some advanced ways of working with ggplot2. There are a lot of functions and plotting options available in ggplot2, but here I'll be showing a couple of examples of ways to extend your ggplot2 usage with additional packages. This post is less about mind-blowing images as it is useful ways to …

    Read More
  • A Tour of R Markdown

    Sep 12, 2019 · 7 min read · html reproducibility R Markdown  ·
    Share on:
    A Tour of R Markdown

    By Matt Brousil Graduate students and other researchers often find themselves pasting figures or tables into Microsoft Word or other word processing software in order to share them with collaborators or PIs. Anyone who has tried to format text and images in the same Word document knows that this is a harrowing …

    Read More
  • Introduction to Time Series in R

    Oct 24, 2018 · 11 min read · acf arima astsa forcasting pacf time series  ·
    Share on:

    By Alli Cramer 1library(astsa) Lynx Data set For this example, we will be using a Lynx population dataset. You can find the dataset here: the "Annual Number of Lynx Trapped on the Mackenzie River from 1821-1934. From: …

    Read More
  • Webscraping in R

    Oct 12, 2018 · 5 min read · webscraping rvest  ·
    Share on:

    Things to Look for as a Beginner These are the three functions that are used during this presentation for webscraping. These are the only functions that are used from the "rvest" package. Everything else in this presentation is base R. read_html() html_nodes() html_table() What is Web Scraping? Web scraping …

    Read More
  • Code Profiling: Monitoring and Speeding up your code

    Sep 24, 2018 · 9 min read · advanced best practices code profiling speed  ·
    Share on:

    By Julia Piaskowski Sources Thomas Lumley, Github repo useRfasteR Hadley Wickham, Profiling, Advanced R Dirk Eddelbuettel, Rcpp The Process for Improving Code: (quote from Advanced R) Find the biggest bottleneck (the slowest part of your code). Try to eliminate it (you may not succeed but that's ok). Repeat …

    Read More
  • How to Shiny

    Sep 12, 2018 · 9 min read · interactive shiny web interface  ·
    Share on:

    By Matt Brousil Making our first shiny app: Shiny is a package developed by RStudio. It allows you to build interactive apps online, displaying data, figures, etc. It's very flexible and only requires that you know how to use R in order to build an app. Once you have an app written, it can be hosted online or even …

    Read More
  • Mapping in R

    Apr 30, 2018 · 10 min read · cowplot grid mapping mapview sf spatial data spData spDataLarge tidyverse tmap  ·
    Share on:

    Post by Dominik Schneider A couple things to note. Spatial/gis functions in R are undergoing a massive change right now. The old stalwart sp has been succeeded by sf (simple features), which is compatible with the open geospatial consortium standards. When you are looking for solutions online, make sure you know which …

    Read More
  • Introduction to Shiny

    Mar 30, 2018 · 5 min read · collaboration html Rstudio shiny  ·
    Share on:

    Author: Alli N. Cramer Shiny is an R package that allows you to create interactive data visualizations. Shiny can create HTML pages which can allow users to generate graphs, maps, etc. based on underlying data and predetermined functions. If you use R Studio, Shiny comes pre-installed and can be accessed by clicking …

    Read More
  • Date and Time data in R

    Feb 21, 2018 · 7 min read · Date date/time lubridate POSIXct POSIXlt zoo  ·
    Share on:

    Author: Stephanie Labou Getting started First, let's read in the date/time data created for this lesson. We'll read in the data with strings as character data, not factors. 1dat_orig <- read.csv("date_time_examples.csv", stringsAsFactors = FALSE) What does this data look like? What structure is it? 1dat_orig …

    Read More
  • Basics of R Markdown

    Feb 12, 2018 · 2 min read · collaboration Rmarkdown Rstudio  ·
    Share on:

    Author: Alli N. Cramer R Markdown R Markdown is an easy way to share and communicate your results from R. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents that comes with R Studio. To make a new R markdown document, go to File -> New File -> R Markdown. New R Markdown …

    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

CougRstats Blog

Welcome to the blog for the WSU R working group. Join us!
Stats | Modeling | Data Science | Team Science
Read More

Featured Posts

  • Raster parallel process in R
  • Using Python in R Studio with Reticulate
  • Non-metric Multidimensional Scaling (NMDS) in R

Recent Posts

  • Raster parallel process in R
  • Using Python in R Studio with Reticulate
  • Feature Engineering with Sliding Windows and Lagged Inputs
  • Introduction to mapping in R
  • Research profiles with Shiny Dashboard: A case study in a community survey for antimicrobial resistance in Guatemala

Categories

PACKAGE-INTRODUCTIONS 21 RESEARCH-PROFILES 10 INTRODUCTION-TO-R 6

Tags

GGPLOT2 6 TIDYVERSE 5 DATE/TIME 4 MAPPING 4 SHINY 4 HTML 3 JANITOR 3 RSTUDIO 3 ADVANCED 2 BEGINNER 2 COLLABORATION 2 COWPLOT 2 DATA-FORMATTING 2 DPLYR 2
All Tags
ACF1 ADVANCED2 APPLY1 ARIMA1 ASTSA1 BEGINNER2 BEST-PRACTICES1 CLEANING1 CLUSTERING1 CODE-PROFILING1 COLLABORATION2 COWPLOT2 DATA-CARPENTRY1 DATA-FORMATTING2 DATA-WRANGLING1 DATA.TABLE1 DATE1 DATE/TIME4 DISCRIMINANT-ANALYSIS1 DOWNLOADER1 DPLYR2 FORCASTING1 FOREACH1 FORMATTING1 FUNCTIONS1 GGPLOT26 GGPUBR1 GGREPEL1 GIS1 GLMULTI1 GRID1 GUEST-SPEAKER1 HTML3 INDEX1 INSTALL2 INTERACTIVE1 JANITOR3 LAPPLY1 LINEAR-REGRESSION1 LOOPS1 LUBRIDATE1 MAPPING4 MAPVIEW1 MODEL-SELECTION1 MRT1 MULTIPLE-REGRESSION1 MULTIVARIATE1 NCDF1 NMDS1 NONLINEAR-REGRESSION1 PACF1 PARALLEL1 POSIXCT1 POSIXLT1 PROC1 PURRR1 PYTHON2 R1 R-MARKDOWN1 R/PYTHON2 RASTER2 REGRESSION1 REPRODUCIBILITY1 RESEARCH-PROFILES1 RESOURCE2 RETICULATE1 RMARKDOWN1 RSTUDIO3 RVEST2 SF2 SHAPEFILES1 SHARING-CODE1 SHINY4 SNOW1 SOFTWARE-CARPENTRY1 SPATIAL-DATA1 SPDATA1 SPDATALARGE1 SPECIES1 SPEED1 STRUCTURAL-EQUATION-MODELING1 TEXT-ANALYSIS1 TIDYVERSE5 TIME-SERIES2 TMAP1 VEGAN1 VENOM1 WEB-INTERFACE1 WEBSCRAPING2 ZOO1
[A~Z][0~9]

Twitter Activity

    Tweets by CougRstats
CougRstats Blog

Copyright 2021- 2025 COUGRSTATS BLOG. All Rights Reserved