search for: vbe03

Displaying 6 results from an estimated 6 matches for "vbe03".

2009 Oct 15
4
Subset returning unexpected result
Dear all, I am attempting to subset a data frame based on a range of latitude values. I want to extract the values of 'interception' where latitude ranges between 50 and 60. I am doing this using the following code, yet it doesn't return the results I expected: > test <- subset(int1901, Latitude>=50 & Latitude <60, select=c(Latitude, Interception)) > head(test)
2009 Sep 11
3
For sending my R package as part of R-project
...lap at tibco.com> Subject: Re: [R] How to do rotation for polygon? To: "Hemavathi Ramulu" <hema.ramulu at gmail.com>, "Greg Snow" <greg.snow at imail.org> Cc: r-help at r-project.org Message-ID: <77EB52C6DD32BA4D87471DCD70C8D70001C23BCB at NA-PA-VBE03.na.tibco.com> Content-Type: text/plain; charset="us-ascii" Try representing the pentagon as a set of complex numbers. Translate them by adding a complex number and multiply by exp(1i*angle) to rotate them around the origin. E.g. to rotate them around their center of gravity, m...
2010 Oct 15
0
nomianl response model
..., 13 Oct 2010 09:39:10 -0700 From: "William Dunlap" <wdunlap at tibco.com> To: "Manta" <mantino84 at libero.it>, <r-help at r-project.org> Subject: Re: [R] Pasting function arguments and strings Message-ID: <77EB52C6DD32BA4D87471DCD70C8D700038B1A51 at NA-PA-VBE03.na.tibco.com> Content-Type: text/plain; charset="us-ascii" Is this the sort of thing you are looking for? > f <- function(testName, dataset, ...) { + testFunc <- match.fun(paste(testName, "_test", sep="")) + testFunc(dataset, ...) + } &g...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
....com> To: "Martin Maechler" <maechler at stat.math.ethz.ch>, "Steve Lianoglou" <mailinglist.honeypot at gmail.com> Cc: r-help at r-project.org Subject: Re: [R] Perl "cut" equivalent in R Message-ID: <77EB52C6DD32BA4D87471DCD70C8D70003B9AB1D at NA-PA-VBE03.na.tibco.com> Content-Type: text/plain; charset="iso-8859-1" > -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org] On Behalf Of Martin Maechler > Sent: Friday, December 10, 2010 8:54 AM > To: Steve Lianoglou &gt...
2010 Mar 24
0
R-help ordinal regression
...t; From: "William Dunlap" <wdunlap at tibco.com> > To: "Pj253" <pj253 at cam.ac.uk>, > <r-help at r-project.org> > Subject: Re: [R] using a list to index elements of a list > Message-ID: > ??? <77EB52C6DD32BA4D87471DCD70C8D70002AC37F6 at NA-PA-VBE03.na.tibco.com> > Content-Type: text/plain;??? > charset="us-ascii" > > > -----Original Message----- > > From: r-help-bounces at r-project.org > > > [mailto:r-help-bounces at r-project.org] > On Behalf Of Pj253 > > Sent: Tuesday, March 23, 2010 7:...
2009 Jul 09
2
How to Populate List
...am Dunlap" <wdunlap@tibco.com> Subject: Re: [R] Reading from Google Docs To: "Gabor Grothendieck" <ggrothendieck@gmail.com> Cc: R <r-help@stat.math.ethz.ch>, Farrel Buchinsky <fjbuch@gmail.com> Message-ID:     <77EB52C6DD32BA4D87471DCD70C8D70001755E86@NA-PA-VBE03.na..tibco.com> Content-Type: text/plain;    charset="iso-8859-1" > -----Original Message----- > From: r-help-bounces@r-project.org > [mailto:r-help-bounces@r-project.org] On Behalf Of Gabor Grothendieck > Sent: Wednesday, July 08, 2009 9:04 AM > To: Duncan Murdoch >...