://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
> Bioconductor mailing list
> bioconduc...@r-project.org
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives:
> http://news.gmane.org/gmane.science.biology.informatics.conductor
>
--
Tengfei Yin
MCDB PhD student
1620 Howe H
ML version deleted]]
>>
>
> Sigh.
>
> --
>
> David Winsemius, MD
> West Hartford, CT
>
>
> __**
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/**listinfo/r-help<https://stat.ethz.ch/mailman/list
d here, because if I miss some important system
dependencies, why it's still working in R 2.14?
Any suggestions or possible solution will be really appreciated. Thanks
Tengfei
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
[[alter
lot2 graphics? thanks a lot.
>
> baptiste
>
>
>
> On 16 January 2012 11:21, Milan Bouchet-Valat wrote:
> > Le dimanche 15 janvier 2012 à 15:43 -0600, Tengfei Yin a écrit :
> >> Hi dear all,
> >>
> >> I cannot find ggExtra source code or install
acks. And
I don't really want to write my own hack function(and don't know how yet)
to do that, if there is already a nice function for the same purpose~
Thanks~
Tengfei
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA
ect.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State
Hi Prof. Frank Harrell,
The bezier function in Hmisc package is exactly what I am looking for.
Thanks a lot!
Tengfei
On Tue, Nov 22, 2011 at 2:55 PM, Frank Harrell wrote:
> require(Hmisc)
> ?bezier
> ?drawPlot
>
> Frank
>
> Tengfei Yin wrote
> >
> > Hi de
Hi dear all,
I am wondering if there is a function existing in R that did the quadratic
bezier curve interpolation? I hope to generate a bezier curve based on
three sets of points: two end of the line and a control point.
Thanks in advance.
Tengfei
--
Tengfei Yin
MCDB PhD student
1620 Howe
the Chinese mailing list name to, without prefix 'r-', or any
other mailing list, below is the new one.
h...@r-china.org
In order to avoid auto-complete mistake in the future.
Sorry to bother you guys
Thanks
Tengfei
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State
Sorry! I apologize for my mistake!
2010/8/15 Tengfei Yin
> ²âÊÔ3
>
> --
> Tengfei Yin
> MCDB PhD student
> 1620 Howe Hall, 2274,
> Iowa State University
> Ames, IA,50011-2274
> Homepage: www.tengfei.name
>
>
>
--
Tengfei Yin
MCDB PhD stud
²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4²âÊÔ4
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Homepage: www.tengfei.name
[[alternative HTML version deleted]]
__
R-help@r-project.org
²âÊÔ3
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Homepage: www.tengfei.name
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r
²âÊÔ
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Homepage: www.tengfei.name
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames,
mail.com> wrote:
> On 05/05/2010 02:44 AM, Tengfei Yin wrote:
>
>> Hi
>>
>> R basic packages always works fine in my laptop (also ubuntu), you don't
>> need to reinstall anything once you installed the package, did you do that
>> in your terminal like
>>
-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Tengfei Yin
MCDB Ph
elp mailing list archive at Nabble.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> name c5 c6
> > 1 BB 98 7
> > 2 AA 87 6
> > 3 DD 54 3
> >
> > now I want to get interaction for df and df1 in terms of name. this is
> > name c1 c2 c3c4 c5 c6
> > AA 23 54 0.999 0.78 87 6
> > B
-by(test[,2:5], feature, mean)
> > > I found aa is "by" function.
> > > > class(aa)
> > > [1] "by"
> > >
> > > how can I transfer aa to a data frame?
> > >
> > > thanks
> > > YU
> &g
gt;
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
w, I could upgrade my R to
2.11 and then upgrade my system to Lucid.
Thanks again for your suggestions!
Best
Tengfei
On Tue, Apr 27, 2010 at 11:20 AM, Jeff Newmiller
wrote:
> Tengfei Yin wrote:
>
>> Hi dear all
>>
>> I am currently using Ubuntu 9.10 (karmic) and R 2.10,
t know if there is going to be a R
release that will support this newly released Ubuntu?
Thanks
Best wishes
Tengfei
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Homepage: www.tengfei.name
[[alternative HTML
Hi David,
Thank you so much, that's just what I want!!
Best
Tengfei
On Wed, Apr 21, 2010 at 2:24 PM, David Winsemius wrote:
>
> On Apr 21, 2010, at 3:21 PM, Tengfei Yin wrote:
>
> Hi
>>
>> I have mone quick question I am not quite familiar with, for generic
>&
> and provide commented, minimal, self-contained, reproducible code.
>>
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/
vious way to subset just one column and retain
> its name?
>
> Thanks,
> Duncan
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-projec
stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Hi Henrique,
Thank you so much, that's exactly what I want!
Thanks again
Tengfei
On Thu, Apr 8, 2010 at 3:28 PM, Henrique Dallazuanna wrote:
> See ?eapply
>
> On Thu, Apr 8, 2010 at 5:01 PM, Tengfei Yin wrote:
> > Hi
> >
> > I want to simplify my problem
tion myfun(), when I run myfun(), this retrieve all
the objects in my environment automatically and print their mode or class
one by one.
Thanks
Regards
Tengfei
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Homepage: www.tengfei.name
En
uggestions for me?
Thanks
Regards
Tengfei
--
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Homepage: www.tengfei.name
English Blog: www.tengfei.name/en
Chinese Blog: www.tengfei.name/ch
[[alternative HTML versi
30 matches
Mail list logo