Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

multidimensional array in Statistics::R

by igelkott (Priest)
on Feb 07, 2013 at 13:37 UTC ( [id://1017656]=perlquestion: print w/replies, xml ) Need Help??

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)'
            ];
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1017656]
Approved by toolic
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-26 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found