Displaying 1 result from an estimated 1 matches for "thr2".
Did you mean:
thr
2005 Dec 13
0
Fwd: Re: Wavelet reconstruction
...ain,4,family="DaubExPhase", bc="periodic")
thres2<-threshold(wdbrain,levels=3:(wdbrain$nlevels-1), type="soft",
policy="manual", by.level=FALSE, value=7.32032, dev=var, boundary=FALSE,
verbose = getOption("verbose"), return.threshold=F)
thr2 <- wr(thres2)
plot(x,brain, col = "slateblue",xlab="Voxel",ylab="Activity",main="Wavelet Regression")
mtext("N=4, Threshold=7.32032")
lines(x, thr2, col= "violetred" , lwd=2,type="l")
Good Luck!!
Elizabeth Lawson...