Help for this page

Select Code to Download


  1. or download this
    use Statistics::R;
    use Data::Dumper;
    ...
    
    print "Array:\n", Dumper($r_arr);
    print "Matrix:\n", Dumper($r_mat);
    
  2. or download this
    Array:
    $VAR1 = [
    ...
              'ARRAY(0x7fdbf4014b80)',
              'ARRAY(0x7fdbf4014c58)'
            ];