Displaying 10 results from an estimated 10 matches for "esperion".
Did you mean:
emerion
2000 Nov 30
1
Landscape problems with ps2pdf
...kind of problem with ps2pdf
online, but no effective workaround. I would really appreciate any
suggestions.
I am using R Version 1.1.1 on RedHat Linux 6.2. I have upgraded to
ghostscript 6.01 (in an attempt to correct the problem).
Thanks,
Matt
Matthew R. Nelson, Ph.D.
Information Scientist
Esperion Therapeutics, Inc.
3621 S. State St.
695 KMS Place
Ann Arbor, MI 48108
Phone: (734) 332-0506 x235
Mobile: (734) 657-6302
Fax: (734) 332-0516
email: mnelson at esperion.com
web: http://www.esperion.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing li...
2000 Jun 24
1
Summary: # of users of R, and biological examples of the use of R: addendum
...ool used
for a patent we are preparing.
Before leaving academia last year, I also used R. I have written two papers
that had analyses partially supported with R.
I also use S-Plus, depending on the task at hand.
Best of luck with your paper,
Matt
Matthew R. Nelson, Ph.D.
Information Scientist
Esperion Therapeutics, Inc.
3621 S. State St.
695 KMS Place
Ann Arbor, MI 48108
Phone: (734) 332-0506 x235
Fax: (734) 332-0516
email: mnelson at esperion.com
web: http://www.esperion.com
*****************
From: Dirk Eddelbuettel <edd at debian.org>To: Thomas Lumley
<thomas at biostat.washington...
2000 Mar 23
4
dna library
I have just placed version 0.2 alpha of my library, dna, on my web
page at
www.luc.ac.be/~jlindsey/rcode.html
The R functions in this library cover most of the basic methods of
dna and protein sequence analysis. The library includes ports of
CLUSTAL W for multiple sequence alignment and flip for finding open
reading frames in a dna sequence.
There are an enormous number of interesting and
2000 Mar 23
4
dna library
I have just placed version 0.2 alpha of my library, dna, on my web
page at
www.luc.ac.be/~jlindsey/rcode.html
The R functions in this library cover most of the basic methods of
dna and protein sequence analysis. The library includes ports of
CLUSTAL W for multiple sequence alignment and flip for finding open
reading frames in a dna sequence.
There are an enormous number of interesting and
2001 Mar 20
5
animation?
I was wondering if anyone out there has created a series of images (e.g.
jpegs) using R, then animated them on a web page. I have looked around a
bit and it seems fairly complicated. One approach that seems sensible is
to use a java script that displays the list of images. I have only used
html on web pages before so I don't know how to use java...
Ideally the final result is easily ported to
2001 Apr 03
2
Can't install "e1071"
.... There appears to be a problem with the library in netpbm-9.5-5,
even after hunting down the missing shhopt.h that pbmplus.h is looking for.
I worked around the problem by compiling e1071 without pbm support (moved
pbm.c to pbm.c.bak).
Matt
Matthew R. Nelson, Ph.D.
Director, Information Systems
Esperion Therapeutics, Inc.
Ann Arbor, MI 48108
> -----Original Message-----
> From: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
> Sent: Tuesday, April 03, 2001 12:02 PM
> To: M. Edward (Ed) Borasky
> Cc: Mailing List R
> Subject: Re: [R] Can't install "e1071&quo...
2001 Apr 03
2
Can't install "e1071"
.... There appears to be a problem with the library in netpbm-9.5-5,
even after hunting down the missing shhopt.h that pbmplus.h is looking for.
I worked around the problem by compiling e1071 without pbm support (moved
pbm.c to pbm.c.bak).
Matt
Matthew R. Nelson, Ph.D.
Director, Information Systems
Esperion Therapeutics, Inc.
Ann Arbor, MI 48108
> -----Original Message-----
> From: rossini at blindglobe.net [mailto:rossini at blindglobe.net]
> Sent: Tuesday, April 03, 2001 12:02 PM
> To: M. Edward (Ed) Borasky
> Cc: Mailing List R
> Subject: Re: [R] Can't install "e1071&quo...
2000 Dec 06
1
Landscape problems with ps2pdf [summary]
Since I sent my original question last week, this is one of two suggestions
that worked. Using Adobe Acrobat, as suggested by Professor Ripley, was
very satisfactory, but required that I use multiple platforms to make the
conversion to PDF (from Linux to Windows).
The solution by Peter Adorjan (included below), also worked very well, and
can be carried out on any platform using tools available
2003 Mar 25
2
Help with data.frame subsets
Hello all,
I'm trying to get a subset of a data frame by taking all rows where the 2nd
column is >= Min and <= Max. I can do that by a 2 step process similar to
the following:
subData <- dataFrame[dataFrame[,2] >= Min,]
subData2 <- subData[subData[,2] <= Max,]
Then I try to graph the results where col 2 is the X var and col 3 is the Y
var. Therefore I do the following:
X
2004 Feb 26
3
Help with multicolored points in one plot
Hello all,
I have a situation where I'd like to plot points from multiple groups of
data in one plot. I'd like each group's points to be colored a different
color. I've seen people comment on how you can alternate colors by
providing a range of colors and then it will loop through each color as it
plots individual points. However, that just goes by individual points and
not by