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
  • 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
  • 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

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