Displaying 20 results from an estimated 3000 matches similar to: "Re: R-help digest, Vol 1 #89 - 53 msgs"
2004 Feb 04
0
Job opportunity
I'm pleased to announce that my employer, Becton Dickinson, has an open
position for software implementation in the Matlab and S languages. If
interested, send a cover letter and resume (or CV) to Dr. Richard Moore at
richard_moore at bd.com. If you have questions, contact myself (at
jim_garrett at bd.com) or Dr. Moore.
Below find a position description.
Jim Garrett
Becton Dickinson
2001 Jul 13
0
R.dll
I'm looking into making R functions available from a Visual Basic
application. Venables and Ripley point out in _S Programming_ that this is
possible with automation via DCOM and by linking to R DLL(s) at compile
time. I'm intrigued by the latter possibility, and would appreciate
information anyone might be able to provide, especially:
1. Do I need to link to R.dll only or would I need
2001 Sep 26
2
Forcing a refresh in R for Windows
System: Windows NT 4.0 450 MHz Pentium II, R version 1.3.0 (will upgrade
soon).
Is there some way to force the command-line interface to print information
to the screen before evaluating the next expression? For example, if I put
the following in a file:
cat("Select a file\n")
filename <- file.choose()
and source the file, I don't see the instruction "Select a file"
2002 Aug 12
1
set.seed
I'm running into problems with set.seed--maybe I'm misunderstanding
something.
I'm running R 1.5.1 on Windows 2000.
I'm basically trying to capture the random seed so that I can reproduce a
simulation if it's necessary later. Using set.seed, I can certainly get
reproducible results, but not the results I get on the first pass. Here's
an example:
# Generate a random
2001 Sep 21
1
behavior of xaxt = "n" with POSIXct dates
Prof. Ripley has provided very helpful information regarding X-axis
labeling with POSIXct-class dates. Now I've run into another bit of
problematic behavior. I'm running R 1.3.0 on Windows NT 4.0.
When I create a plot with the optional argument xaxt = "n", and the X axis
is generated from dates of class POSIXct, the X axis is plotted.
Obviously, I'd like to prevent the X
2001 Sep 19
1
X-axis with POSIXct dates
I have a series of datasets, each containing pH measurements and
manufacturing dates, and each dataset pertains to a different manufactured
product. I'm trying to create a series of plots of pH measurements by
date, but the default X-axis labeling behavior is not giving adequate
results in this particular case, and I can't figure out how to persuade R
to come up with something more
2004 Dec 10
0
strange gee behavior
I'm using R 1.9.1 on suse server v9 enterprise with the gee package version
4.13-10.
I have code that runs in an automated script. It uses the gee function from
the gee package. The script is run quite often without error.
I have a problem where the script locks up R when calling this function (it
starts execution and never finishes). I was able to track down the
offending data and determine
2009 Apr 15
2
Sweave and executive summaries
I'm learning to use R/Sweave/LaTeK to write my stat reports. Is there a way
to have an executive summary in the beginning while still having the
analysis code embedded? For example, a study has three independent
objectives so I want my report to have three sections. Ideally the code
chunk that answers the first objective would be embedded in the first
section and so on.
2004 May 06
1
modifying the text size in splom
All,
I have long variable names that are being fed through splom (R 1.8.1). I'd
like to resize the text printed on the diagonals to better display the
names (unless anyone can suggest another approach - creative use of
varnames). I've looked at the code, R-Help, ?splom and the Trellis User's
Guide to no avail.
Any suggestions? Thanks in advance,
Max Kuhn, Ph.D.
Becton Dickinson
2010 Sep 10
0
reshape2: a reboot of the reshape package
Reshape2 is a reboot of the reshape package. It's been over five years
since the first release of the package, and in that time I've learned
a tremendous amount about R programming, and how to work with data in
R. Reshape2 uses that knowledge to make a new package for reshaping
data that is much more focussed and much much faster.
This version improves speed at the cost of functionality,
2010 Sep 10
0
reshape2: a reboot of the reshape package
Reshape2 is a reboot of the reshape package. It's been over five years
since the first release of the package, and in that time I've learned
a tremendous amount about R programming, and how to work with data in
R. Reshape2 uses that knowledge to make a new package for reshaping
data that is much more focussed and much much faster.
This version improves speed at the cost of functionality,
2011 Jan 04
0
reshape2 1.1
Reshape2 is a reboot of the reshape package. It's been over five years
since the first release of the package, and in that time I've learned
a tremendous amount about R programming, and how to work with data in
R. Reshape2 uses that knowledge to make a new package for reshaping
data that is much more focussed and much much faster.
This version improves speed at the cost of functionality,
2011 Jan 04
0
reshape2 1.1
Reshape2 is a reboot of the reshape package. It's been over five years
since the first release of the package, and in that time I've learned
a tremendous amount about R programming, and how to work with data in
R. Reshape2 uses that knowledge to make a new package for reshaping
data that is much more focussed and much much faster.
This version improves speed at the cost of functionality,
2010 Sep 10
0
plyr: version 1.2
plyr is a set of tools for a common set of problems: you need to
__split__ up a big data structure into homogeneous pieces, __apply__ a
function to each piece and then __combine__ all the results back
together. For example, you might want to:
* fit the same model each patient subsets of a data frame
* quickly calculate summary statistics for each group
* perform group-wise transformations
2010 Sep 10
0
plyr: version 1.2
plyr is a set of tools for a common set of problems: you need to
__split__ up a big data structure into homogeneous pieces, __apply__ a
function to each piece and then __combine__ all the results back
together. For example, you might want to:
* fit the same model each patient subsets of a data frame
* quickly calculate summary statistics for each group
* perform group-wise transformations
2006 Jun 18
1
GAM selection error msgs (mgcv & gam packages)
Hi all,
My question concerns 2 error messages; one in the gam package and one in
the mgcv package (see below). I have read help files and Chambers and
Hastie book but am failing to understand how I can solve this problem.
Could you please tell me what I must adjust so that the command does not
generate error message?
I am trying to achieve model selection for a GAM which is required for
2001 Nov 19
1
scope of data in groupedData
I'm trying to write a function that has a dataframe as
an argument. Within the function, I call groupedData
to create a grouped-data object from the dataframe
argument. However, the groupedData function doesn't
seem to see the data. I'm guessing it's getting the
argument name rather than its value, but I'm not
positive.
My system: R 1.3.1 on WinNT 4.0 (Pentium II), nlme
2012 Dec 06
1
clustering of binary data
Good morning,
I am analyzing a dataset composed by 364 subjects and 13 binary variables
(0,1 = absence,presence).
I am testing possible association (co-presence) of my variables. To do
this, I was trying with cluster analysis.
My main interest is to check for the significance of the obtained clusters.
First, I tried with the pvclust() function, by using method.hclust="ward"
and
2020 Aug 30
0
Imaptest stalls when removing msgs argument
I have had this imaptest[1] stall. I compared this command with what you
have on the website and I was a bit surprised that what is on the
website is working. What I have noticed is that if you remove this msgs
argument, the imaptest stalls. I am not sure if this is according to
design, but one might expect that specifying a secs, makes specifying
msgs redundant?
[1]
imaptest - append=100,0
2004 Jan 27
2
RE: RE: LARTC digest, Vol 1 #1558 - 9 msgs
I agree, but this is still better than crashing the machine...
Aron
-----Original Message-----
From: Michael Renzmann [mailto:mrenzmann@otaku42.de]
Sent: Tuesday, January 27, 2004 1:33 PM
To: Aron Brand
Cc: lartc@mailman.ds9a.nl; roy@xxx.lt
Subject: Re: [LARTC] RE: LARTC digest, Vol 1 #1558 - 9 msgs
Hi.
Aron Brand wrote:
> does this. Another option would be to trick the kernel that the