Skip to content

shv38339/statcomp597d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository will be used for submitting homework for StatComp597D.

Introduction to Statistical Computation

Contents of this repo

This repository contains data, homework, lectures, Rscripts, and git-example files (need to update).

Online data sets

Here's how to download data sets from the interwebs.

library(RCurl)
url <- getURL("url...")
data <- read.csv(file = textConnection(url), header = TRUE) # typically, header will equal TRUE

About

Introduction to Statistical Computation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages