Changes made in revision 2 of wardClones.R

--- /tmp/cvx_PHbj4X	2012-02-07 18:52:01.000000000 -0800
+++ /tmp/cvx_YoxuWm	2012-02-07 18:52:01.000000000 -0800
@@ -16,8 +16,6 @@
 # STEP 2: SET UP MCMC PARAMETERS
 ###################################
 dat <- read.table("practice.txt",header=FALSE);
-dat[which(dat[,1] < 0),1] <- NA;
-dat <- log(dat);
 
 N <- dim(dat)[1];  # number of years
 Y <- matrix(0,N,numClones);

Sculpin 0.2 | xhtml | problems or comments? | report bugs