CougRstats Blog
Home
Archives
Links icon
Visit us at wsu.edu Follow us on Twitter View past talks on YouTube
About
English
  • Research Profile: Downloading, Rolling Joins, and MRT

    Apr 30, 2018 · 8 min read · date/time downloader MRT multivariate species vegan  ·
    Share on:

    1library(tidyverse) 2library(dplyr) 3library(data.table) 4library(mvpart) 5library(vegan) 6 7#setwd("C:/Users/Stefanie/Documents/WSU/rGroup") #set working directory Author: Stefanie Watson Getting Data You can download the species subset for this research profile here. Other data is downloaded from Canada using …

    Read More
  • Webscraping for Research

    Apr 30, 2018 · 2 min read · html rvest webscraping  ·
    Share on:

    Author: Brad Luff What is Web Scraping? Web scraping is the process of automatically collecting data from web pages without visiting them using a browser. This can be useful for collecting information from a multitude of sites very quickly. Also, because the scraper searches for the location of the information within …

    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
  • Research Profile: Predicting antibacterial efficacy using snake venom data

    Feb 14, 2018 · 13 min read · discriminant analysis glmulti model selection proc venom  ·
    Share on:

    Author: Michael Meyer You can download a subset of the data used in this document here, and an .Rmd version of this analysis here. To watch our guest speaker Michael talk about this analysis, check out the recording of his research profile talk on YouTube! For the Reader This is a tutorial of model selection techniques …

    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
  • R "vs" Python

    Feb 2, 2018 · 4 min read · guest speaker Python R/Python  ·
    Share on:

    Author: A. Leah Zulas and Stephanie Labou Today's guest speaker was Dr. A. Leah Zulas. Dr. Zulas has a master's degree and a PhD in experimental psychology, as well as a master's degree in computer science. She walked us through similarities and differences in R and Python. You can view her presentation here. Overview …

    Read More
  • Introduction to R - A Roadmap

    Jan 25, 2018 · 20 min read · beginner dplyr ggplot2 install Rstudio  ·
    Share on:

    Author: Alli N. Cramer This is an attempt to orient you around R. To give you a roadmap of sorts to help you find your way when learning R. The following text will show you: What R is What R studio is How to do basic math in R How to add, save, and bring in data How to read basic R syntax How to make a linear model …

    Read More
  • Resources for dplyr and ggplot2

    Jan 24, 2018 · 2 min read · dplyr ggplot2 resource tidyverse  ·
    Share on:

    Today we introduced the R packages 'dplyr' and 'ggplot2'. We only had time for a few brief demos, but these packages are very powerful and you may be using them quite a bit! More about dplyr dplyr is useful for manipulating data. Most of the time you'll be using one of 5 main functions: filter(): subsets rows based on …

    Read More
  • Free Carpentry R Resources

    Jan 17, 2018 · 1 min read · beginner Data Carpentry resource Software Carpentry  ·
    Share on:

    Data Carpentry and Software Carpentry are sister organizations devoting to helping people automate their research. Data Carpentry focuses more on working with data (dataframes, data manipulation, visualization) while Software Carpentry emphasizes programming best practices (writing functions, vectorization, etc.). Both …

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

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