Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

OK, here's your analysis (w/ picture!)

by tmoertel (Chaplain)
on Sep 15, 2004 at 06:30 UTC ( [id://391096]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    
    ...
    my @cmd = qw(R --no-save --no-init-file --no-restore-data --slave);
    exec @cmd;
    die "couldn't exec @cmd : $1";  # should never get here
    
  2. or download this
    Read 99 items
    Read 99 items
    ...
    Residual standard error: 0.04027 on 96 degrees of freedom
    Multiple R-Squared: 0.9975,    Adjusted R-squared: 0.9974 
    F-statistic: 1.889e+04 on 2 and 96 DF,  p-value: < 2.2e-16
    
  3. or download this
    sub estimate_count_from_xp($) {
        my $xp = shift;
        10 ** ( 4.442 - 4.194e-2 * $xp + 1.467e-4 * $xp**2 );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found