▽Perlオブジェクト指向プログラミング ●05/09 11:11 Gone The requested resource /~learner/program/Perl_oo.html is no longer available on this server and there is no forwarding address.Please remove all references to this resource.
▽初心者のためのオブジェクト指向チュートリアル ●05/09 01:54 Gone The requested resource /documents/perlboot.ja.html is no longer available on this server and there is no forwarding address.Please remove all references to this resource.
▽Batch Job with R ●02/17 16:46 R でバッチ処理 (9) perl と組み合わせ目的のデータセットを作る Trial & Error: 2001.2.27 Written: 2.27 Last Modified: 2.28 さて、どうやって perl で処理するか、だな。方針としては、while(<>)でデータを一行ずつ読み込んで、それをテンポラリーファイルに出力して、そのテンポラリーファイルに対してバッチ処理を行う。バッチ処理のプログラムの中身も変更しないといけないので、その変更も perl 内で行ってテンポラリーファイルに出力する。元のプログラムが date() options(digits=4) library(nls) corr1 <- scan("corr.txt", list(hours=0, sum=0),skip = 1, nline=30) logistic