Skip to content
Snippets Groups Projects
Unverified Commit 3fa4385f authored by Didi Hou's avatar Didi Hou Committed by GitHub
Browse files

Update SLN_logdensities.R

parent 0a431e95
No related branches found
No related tags found
1 merge request!36Updated the file SLN_logdensities.R by changing the separator
library('aod') library('aod')
args <- commandArgs(trailingOnly=TRUE) args <- commandArgs(trailingOnly=TRUE)
source(paste(args,'multiarea_model/data_multiarea/bbAlt.R', sep="")) source(paste(args,'multiarea_model/data_multiarea/bbAlt.R', sep="/"))
f <- file(paste(args,'multiarea_model/data_multiarea/raw_data/RData_prepared_logdensities.txt', sep=""),'r') f <- file(paste(args,'multiarea_model/data_multiarea/raw_data/RData_prepared_logdensities.txt', sep="/"),'r')
x <- read.table(f) x <- read.table(f)
close(f) close(f)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment