similar to: Sweave and executive summaries

Displaying 20 results from an estimated 140 matches similar to: "Sweave and executive summaries"

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
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
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
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
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
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
2003 Feb 26
0
Re: R-help digest, Vol 1 #89 - 53 msgs
I couldn't resist tossing in my two-cents' worth on this, because R has some language features that allow you to use efficient optimization routines in a straightforward, elegant way. I'm particularly enthusiastic about this because I have suffered through other languages, which made this approach either painful or impossible, depending on the problem. Thanks to the R development
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 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"
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
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
2014 Aug 19
3
PRI timing settings
Hello, I wrote earlier today about a new PRI installation in the Caribbean, where all outbound calls are functioning fine *except* calls to Sprint phone numbers, which get rejected immediately as "busy". The telco has been working with their switch manufacturer and took the output of "pri show span 1" from me and came back with this: ----quote--- Please check your timers
2008 Jun 18
0
Re: usb scanners - was Windows Kernel & Executive implementa
Returned to this after several months, and was trying to fing the spec of usbscan.sys on the microsoft site - it used to be there I think. But it's gone - I think I need either the win98 (98ddk.exe) or win2k ddk files (or at least an extract). There _are_ sites which claim to have a copy but they require you to register with some rather dubious routes! Anyone got a copy of the relevant
2009 Jan 08
1
Executive Assistant Guidance
Looking for two things: 1. Anyone that has dialplan logic for an executive assistant. My owners want their extensions to ring on her phone, and be very obvious to her which extension is ringing. They also want her to have presense. She's got Polycom IP 650 with sidecar, they have IP 550 phones. Thusfar I've got her registering to 4 extensions. Each extension is labeled with an
2008 Feb 22
7
Windows Kernel & Executive implementation
Hello everyone, my name is Volodymyr, I am driver developer mostly doing stuff for Windows. I discovered that WineHQ project does not have support for drivers (am I wrong?). In other words, quite a big amount of applications will fail to function properly, because many of them are using helper device drivers to get some extended functionality. I can just mention RegMon, FileMon, TDIMom, and