An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090122/8fb47e15/attachment-0001.pl>
Is it possible for R to import a SigmaPlot file?
4 messages · Bernardo Rangel Tura, Felipe Carrillo, Jason Rupert
On Thu, 2009-01-22 at 14:58 -0800, Jason Rupert wrote:
I recently received a Sigmaplot file (*.jnb)from a customer and would like to know if I can input it to a data frame and then manipulate the data in R. I did a search on Google and on RSeek (www.rseek.org), but did not get any good hits. Thank for any feedback and insight you can provide. P.S. Love the flexibility of R and would love to keep using it. Just wanting to know if this is possible. Thanks again.
Hi Jason, I don't know sigmaplot, but I thing is possible export sigmaplot database for other type of files. If you export jnb file to csv file is possible read a database in R. I will talk with a person work with me and tonight I send other mail with more details.
Bernardo Rangel Tura, M.D,MPH,Ph.D National Institute of Cardiology Brazil
Check the package 'foreign'. It can read data from SPSS,Minitab,SAS,Systat (sigmaplot is part of Systat) etc. I also use Sigmaplot and an easy workaround is to convert the sigmaplot file to csv or xls file and then read it into R. Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA
--- On Fri, 1/23/09, Bernardo Rangel Tura <tura at centroin.com.br> wrote:
From: Bernardo Rangel Tura <tura at centroin.com.br> Subject: Re: [R] Is it possible for R to import a SigmaPlot file? To: jasonkrupert at yahoo.com Cc: r-help at r-project.org Date: Friday, January 23, 2009, 1:39 AM On Thu, 2009-01-22 at 14:58 -0800, Jason Rupert wrote:
I recently received a Sigmaplot file (*.jnb)from a
customer and would like to know if I can input it to a data frame and then manipulate the data in R.
I did a search on Google and on RSeek (www.rseek.org),
but did not get any good hits. Thank for any feedback and insight you can provide.
P.S. Love the flexibility of R and would love to keep
using it. Just wanting to know if this is possible. Thanks again. Hi Jason, I don't know sigmaplot, but I thing is possible export sigmaplot database for other type of files. If you export jnb file to csv file is possible read a database in R. I will talk with a person work with me and tonight I send other mail with more details. -- Bernardo Rangel Tura, M.D,MPH,Ph.D National Institute of Cardiology Brazil
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090123/9645d063/attachment-0001.pl>