Paper from REvolution - a commercial version of R ... (free for students and science)
R is hot ...
my personal notepad - for all the things I used to write on pieces of paper ( which where never seen again esp. when I needed them ) ...
Thursday, March 31, 2011
Monday, March 7, 2011
Time Scale Origin SPSS
1582-10-14,
the dates in SPSS are given in seconds so you have to divide it by 3600*24 !
as.Date(spssdate.in.seconds/(3600*24), origin="1582-10-14")
the dates in SPSS are given in seconds so you have to divide it by 3600*24 !
as.Date(spssdate.in.seconds/(3600*24), origin="1582-10-14")
Friday, March 4, 2011
wolfram api and perl behind proxy
add the following (italic) line in the subroutine get_useragent in the file "WolframAlpha.pm"
sub get_useragent {
my $ua = new LWP::UserAgent(
agent => $ua_agent,
env_proxy => 1,
);
return $ua;
}
sub get_useragent {
my $ua = new LWP::UserAgent(
agent => $ua_agent,
env_proxy => 1,
);
return $ua;
}
"There's a whole lot of people in trouble tonight from the disease of conceit
Whole lot of people seeing double tonight from the disease of conceit
Give you delusions of grandeur and evil eye
Give you the idea that you're too good to die
Then ...they bury you from your head to your feet
From the disease of conceit."
Bob Dylan
Whole lot of people seeing double tonight from the disease of conceit
Give you delusions of grandeur and evil eye
Give you the idea that you're too good to die
Then ...they bury you from your head to your feet
From the disease of conceit."
Bob Dylan
Subscribe to:
Posts
(
Atom
)