Help for this page

Select Code to Download


  1. or download this
    R CMD BATCH /path/to/file.R
    
  2. or download this
    use Statistics::R;
      
    ...
    
    $R->run(@R_commands);
    $R->stop();