lbelzile / TruncatedNormal

Simulation from truncated Gaussian and Student vectors, high dimensional CDF via exponential tilting
https://lbelzile.github.io/TruncatedNormal/
8 stars 4 forks source link

Vignette build fails on Windows #1

Closed lbelzile closed 4 years ago

lbelzile commented 5 years ago

Cause: cannot open the connection

Caused by download of dataset from a website.

#Censored observations denote Yc, Yu for uncensored
women <- read.csv("https://www.stern.nyu.edu/~wgreene/Text/Edition7/TableF5-1.csv", 
                   header = TRUE)[,c(2:7,19)]
lbelzile commented 4 years ago

Fixed by importing the dataset in R and saving it.