Tuesday, November 1, 2011

alpha lattice design

Background Design: cycdesign alphagen alpha+ R (agricolae) SAS (plan?) Analyse: With SAS proc lattice package (agricolae)

Wednesday, September 14, 2011

R index search and subset data

ind<-which(x$a>.5 & x$b>.5)

subset<-x(ind,)

Wednesday, September 7, 2011

Histogram in excel

Use Frequency function and Command Enter or Ctrl Shift Enter to populate through all bins...