2012-10-15から1日間の記事一覧

R R

Rで自己相関関数を出力. namesで確認して,必要な値~$acfのみをファイルに出力する. FN <- paste("Acf_",commandArgs()[5],sep="") ax <- acf(x[,2],lag.max=60) write.table(ax$acf,FN,append=F,quote=F,col.names=F,row.names=F)