Re: [R] Making a markov transition matrix

2006-01-22 Thread Charles and Kimberly Maner
Ajay--you seem to have gotten your question answered regarding putting your dataframe in the correct format, etc. If you haven't already, you might want to check out the MSM package for multi-state Markov and hidden Markov models in continuous time. It's been quite useful for some of my work

Re: [R] Graphics on MacOSX

2005-08-07 Thread Charles and Kimberly Maner
Yet another approach is to create a postscript file on R for MacOSX and convert to a windows metafile is: postscript(test.ps, width=5.0, height=6.0, paper=special) xyplot(1~1) dev.off Then, using the free/included MacOSX bundled software, GraphicConverter, convert the just-created postscript

Re: [R] RODBC, IODBC and Mac OS X

2005-03-13 Thread Charles and Kimberly Maner
Hi. Another, slightly more updated, link to the same info is: http://bioconductor.org/, under the Developmental Packages under Software, contains Rdbi version 1.1.1 and RdbiPgSQL version 1.1.3. I am running them under MacOSX and they work beautifully. I am using it to pull data on PostgreSQL

Re: [R] rodbc or unixodbc error

2005-02-22 Thread Charles and Kimberly Maner
Hi Sebastian. Another option you may want to entertain is the Rdbi packages from GRASS, http://grass.itc.it/statsgrass/r_and_dbms.html. This page begins with Postgresql but does have an option for MySQL. I'm running FreeBSD and unixODBC and never got RODBC running as it should. Also, the

[R] RE: Reading Dates in a csv File

2005-02-07 Thread Charles and Kimberly Maner
_ From: Charles and Kimberly Maner [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 8:35 AM To: 'r-help@stat.math.ethz.ch' Subject: Reading Dates in a csv File Hi all. I'm reading in a flat, comma-delimited flat

[R] Reading Dates in a csv File

2005-02-03 Thread Charles and Kimberly Maner
Hi all. I'm reading in a flat, comma-delimited flat file using read.csv. It works marvelously for the most part. I am using the colClasses argument to, basically, create numeric, factor and character classes for the columns I'm reading in. However, a couple of the fields in the file are date

Re: [R] an R script editor for Mac

2005-01-23 Thread Charles and Kimberly Maner
Also, you might want to consider using VIM, http://vim.org or http://macvim.org/. I run it on my 17 PB as it is my editor of choice. As with the emacs varieties, if you are not familiar with it, it does have a bit of a learning curve. However, it absolutely does syntax highlighting,

RE: [R] JDBC DB access in R

2004-10-24 Thread Charles and Kimberly Maner
Hi. One thing you might also want to consider is the RDBI/RdbiPgSQL suite at GRASS found at http://grass.itc.it/statsgrass/r_and_dbms.html. These are PostgreSQL drivers. For MySQL, just use the DBI and RMySQL found on CRAN at http://cran.at.r-project.org/src/contrib/PACKAGES.html. I primarily

Re: [R] Another NEWBIE

2004-06-20 Thread Charles and Kimberly Maner
Hi Frank. I am (somewhat) new to R as well, but almost a 10 yr SAS veteran. I work for a very large US Bank and have spent a considerable part of my career in Corp Mktg leveraging data for, arguably, data mining, next purchase, attrition, balance diminishment and the like. I am now managing an

[R] Printing Lattice Graphs from Windows

2004-06-06 Thread Charles and Kimberly Maner
Hello. I have researched this topic and have found no answers. I am running R 1.9.0 and am trying to print a lattice graph, (e.g., xyplot(1~1)), using mouse right click - print. It produces a blank page. Also, I right clich, copy the metafile and paste into a MS Office document, (e.g., .ppt,

RE: [R] Printing Lattice Graphs from Windows

2004-06-06 Thread Charles and Kimberly Maner
Message- From: Spencer Graves [mailto:[EMAIL PROTECTED] Sent: Sunday, June 06, 2004 5:02 PM To: Spencer Graves Cc: Dirk Eddelbuettel; [EMAIL PROTECTED]; Ulises Mora Alvarez; [EMAIL PROTECTED]; Charles and Kimberly Maner Subject: Re: [R] Printing Lattice Graphs from Windows Hi, Duncan: I

RE: [R] Printing Lattice Graphs from Windows

2004-06-06 Thread Charles and Kimberly Maner
Graves [mailto:[EMAIL PROTECTED] Sent: Sunday, June 06, 2004 8:44 PM To: Deepayan Sarkar Cc: [EMAIL PROTECTED]; Charles and Kimberly Maner Subject: Re: [R] Printing Lattice Graphs from Windows Hi, Deepayan: Following your suggestion, I tried the following in Rgui.exe: xyplot(1~1

RE: [R] Printing Lattice Graphs from Windows

2004-06-06 Thread Charles and Kimberly Maner
PROTECTED] Sent: Sunday, June 06, 2004 10:00 PM To: Duncan Murdoch Cc: Deepayan Sarkar; [EMAIL PROTECTED]; Charles and Kimberly Maner Subject: Re: [R] Printing Lattice Graphs from Windows Hi, Duncan: Thanks. It worked for me, complete with the gray background and pastel blue dot. The following

[R] RODBC on FreeBSD 4.9

2004-04-09 Thread Charles and Kimberly Maner
Hello. I have found a number of posts/threads on this subject and remain unsuccessful to determine the solution. In brief, my situation is: 1. Running FreeBSD 4.9 Stable in x86 2. Installed, and running, R 1.8.1 3. Installed, and running, postgreSQL 7.4.2 4. Installed, and running,

[R] RODBC on FreeBSD 4.9

2004-04-07 Thread Charles and Kimberly Maner
Hello. I have found a number of posts/threads on this subject and remain unsuccessful to determine the solution. In brief, my situation is: 1. Running FreeBSD 4.9 Stable in x86 2. Installed, and running, R 1.8.1 3. Installed, and running, postgreSQL 7.4.2 4. Installed, and running,