[R] read.xport

2005-07-14 Thread Nelson, Gary (FWE)
I am trying to import data from a SAS XPORT file that contains 24 SAS files. When I use the read.xport procedure only about 16 data frames (components) are created. Any suggestions? * Gary A. Nelson, Ph.D

Re: [R] read.xport

2005-07-14 Thread Nelson, Gary \(FWE\)
AM To: bogdan romocea Cc: Nelson, Gary (FWE); R-help@stat.math.ethz.ch Subject: Re: [R] read.xport bogdan romocea wrote: How about avoiding SAS XPORT altogether and exporting everything in the simple, clean, non-proprietary, extremely reliable, platform-independent ... etc text format (CSV

Re: [R] read.xport

2005-07-14 Thread Nelson, Gary (FWE)
, Gary (FWE) Cc: r-help@stat.math.ethz.ch Subject: Re: [R] read.xport On Thu, 14 Jul 2005, Nelson, Gary (FWE) wrote: I have the latest version of foreign, but it still doesn't work. I Are you sure: a new version was released a few hours ago? It may not answer your question, but please do give

[R] (no subject)

2006-02-08 Thread Nelson, Gary \(FWE\)
* Gary A. Nelson, Ph.D Massachusetts Division of Marine Fisheries 30 Emerson Avenue Gloucester, MA 01930 Phone: (978) 282-0308 x114 Fax: (617) 727-3337 Email: [EMAIL PROTECTED]

[R] Help with the ts function

2006-02-08 Thread Nelson, Gary \(FWE\)
I have a time series of temperature data recorded every 2 hours and I would like to generate a spectrogram using the spectrum function that examines cycles per day. My statement for coding the series using the ts function is bevtemp-ts(bevtemp,deltat=0.084) where 0.084 is 2 hours/24

[R] Automatic rounding of values after factors , converted to numeric, are multipled by a real number

2005-10-19 Thread Nelson, Gary \(FWE\)
I am wondering if someone would have any suggestion about my issue? I have the following code: wgts-aggregate(subset(lendata,select=c(Length)),list(lendata$Cruise,len data$Station,lendata$Region,lendata$Total),mean) wgts-wgts[order(wgts$Group.3,wgts$Group.1,wgts$Group.1),]

Re: [R] Automatic rounding of values after factors , converted to numeric, are multipled by a real number

2005-10-20 Thread Nelson, Gary \(FWE\)
] On Behalf Of Peter Dalgaard Sent: Wednesday, October 19, 2005 3:45 PM To: Nelson, Gary (FWE) Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Automatic rounding of values after factors , converted to numeric, are multipled by a real number Nelson, Gary (FWE) [EMAIL PROTECTED] writes: I am

[R] Help with downloading clim.pact

2005-11-07 Thread Nelson, Gary \(FWE\)
I am wondering if anyone might know why the package clim.pact won't install properly. I have tried many URL sites and the same thing happens. I get the error message below. I also tried downloading the ZIP from the CRAN site and extracting the file myself, but an error message (something like,

[R] R programming question

2007-06-14 Thread Nelson, Gary (FWE)
Dear All., I've created R-code for which a user will be asked to choose between 2 analyses. I've written one function for each type of analysis. Within each function, the users is prompted to enter information. An example is: cat(Enter value for lower Linf :\n) L1-scan(n=1)