search for: calc_sd

Displaying 1 result from an estimated 1 matches for "calc_sd".

Did you mean: calc_sx
2011 Aug 17
0
Help with calc_sde
...39;) attach(Low) Lwts <- read.xls('LowWtsEB.xls') attach(Lwts) cE.add <- c(0.16,1.00,0.42,0.17,0.11,0.49,0.28,0.20,0.45,0.23) library(aspace) x11() plot(x =Low[,1], y = Low[,2], type = 'p', pch = 16, col = 'darkgoldenrod1', cex = 2*cE.add,xlim=c(2,10),ylim=c(40,105)) calc_sde(id=4, filename="EBLOW_Output.txt", centre.xy=NULL, calccentre=TRUE, weighted=TRUE, weights=Lwts, points=Low, verbose=TRUE) plot_sde(plotnew=FALSE, plotSDEaxes=FALSE, plotcentre=FALSE,plotweightedpts=FALSE,plotpoints=FALSE,sde.col='darkgoldenrod1',sde.lwd=2) ****************...