Displaying 5 results from an estimated 5 matches for "sl70".
Did you mean:
sl7
2010 Sep 01
5
[semi-OT] Using fortune() in an email signature
...nstructs a named pipe containing the
fortune-bearing sig, which is then included in mail messages. The
problem is that it's got extraneous junk in it and I can't figure out
how to get rid of it. This is the command that generates the fortune:
/usr/bin/R --no-save --no-restore -q < /home/sl70/print-fortune.R
(where print-fortune.R is just
library(fortunes)
fortune()
)
This produces this:
> library(fortunes)
> fortune()
Michael Watson: Hopefully this one isn't in the manual or I am about to get shot :-S
Peter Dalgaa...
2001 Jan 05
1
Trends for many units
...-hard way to do this in R (I was thinking of using
rlm)?
______________________________________________________________________
Stuart Luppescu -=-=- University of Chicago
$(B:MJ8$HCRF`H~$NIc(B -=-=- s-luppescu at uchicago.edu
http://www.consortium-chicago.org/people/sl.html
Finger sl70 at musuko.uchicago.edu forPGP Public Key
ICQ #21172047 AIM: psycho7070
You can't run away forever,
But there's nothing wrong with getting a good head start.
-- Jim Steinman, "Rock and Roll Dreams Come Through"
>> Sent on 05-Jan-2001 at 15:16:09 with xfmail
-...
2001 Jan 08
2
S Programming Book at Amazon.com
As of a moment ago (9 a.m., Monday, Jan. 8, 2001), the S Programming book by
Venables and Ripley was once again selling for 17.98 American dollars at
Amazon.com. Alas, I notice that "Mixed Effects Models in S and S-Plus" by
Pinheiro and Bates now lists at Amazon for 97.25 American dollars, as
opposed to about $70 a little while ago.
2001 May 10
1
Spam mail warning notification!
...ceived: (from daemon at localhost)
by stat.math.ethz.ch (8.9.1/8.9.1) id XAA04534
for <r-help at stat.math.ethz.ch>; Thu, 10 May 2001 23:45:10 +0200 (MET DST)
Received: from musuko.uchicago.edu(128.135.39.147)
via SMTP by hypatia, id smtpdAAAa0016X; Thu May 10 23:45:08 2001
Received: (from sl70 at localhost)
by musuko.uchicago.edu (8.11.2/8.11.2) id f4ALj6E03595
for r-help at stat.math.ethz.ch; Thu, 10 May 2001 16:45:06 -0500
Message-ID: <XFMail.20010510164505.s-luppescu at uchicago.edu>
X-Mailer: XFMail 1.4.7p1 on Linux
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=us-...
2001 Jan 16
4
[OT] getting a ~ character in LaTeX
I am writing course notes in LaTeX. In the part where I am describing
model-fitting functions in R I want to use a ~ character inline. If I
am displaying an example of R code in its own environment I use the
alltt environment, which protects the ~ character. I have forgotten
how to protect the ~ when I am writing something like
The operator `~' is used to define a model formula in \R.