Skip to content

Commit

Permalink
indication to uncompress the xy.csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
angelini75 authored Nov 16, 2017
1 parent c7cfeca commit fe7b2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rscript_and_data/SpatialSEM.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ MLIST.obs <- x2MLIST(out$par, MLIST)
#### Prediction ################################################################
# First we need a grid with locations of interest that contains the values of the
# covariates
s0.un <- read.csv("xy.csv")[,-1]
s0.un <- read.csv("xy.csv")[,-1] # you have to uncompress the file (~23MB)
s0.un <- s0.un[,names(data)[10:18]]
s0 <- std(x = s0.un, st = ST[10:18,])
summary(s0)
Expand Down

0 comments on commit fe7b2c9

Please sign in to comment.