lab:projects:13applying_student_t_distribution_on_observed_variables_or_latent_variables:index
Table of Contents
Robust methods
A real data set
There are four occasion of data in this data set.
WinBUGS codes
- Get DIC from the output
proc.coda<-function(stem,N, I){
res<-NULL
for (i in 1001:2000){
codafile<-paste('../', stem,I,"/",stem,"CODAN",N,"I",i,"dic.txt",sep='')
file.res<-paste(stem,'-', I,'-',N,'DIC.txt', sep='')
if (file.exists(codafile)){
DIC<-suppressWarnings(readLines(codafile))
DIC<-DIC[substr(DIC,1,1)=="y"]
cat(c(DIC, i), file=file.res, append=T)
cat('\n', file=file.res, append=T)
}
}
}
#Check http://crc.nd.edu/wiki for login problems
#Contact crcsupport@nd.edu if further problems
if ( -r /opt/crc/Modules/current/init/csh ) then
source /opt/crc/Modules/current/init/csh
endif
#Additional aliases
#Additional modules
#!/bin/csh #$ -M xtong@nd.edu #$ -m abe #$ -r y module load sas sas runsim.sas
lab/projects/13applying_student_t_distribution_on_observed_variables_or_latent_variables/index.txt · Last modified: 2016/01/24 09:48 by 127.0.0.1
