[R] Is it possible for R to import a SigmaPlot file?

2009-01-22 Thread Jason Rupert
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.


  
[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Is it possible for R to import a SigmaPlot file?

2009-01-22 Thread Steven McKinney
Hi Jason

Have you checked out Stat/Transfer?
www.stattransfer.com

They state they handle SYSTAT files, and
SigmaPlot is a SYSTAT product.

Stat/Transfer has a demo download you
could use to test.

I've used it to good effect (though for
other than SYSTAT datasets) in the past.


HTH


Steven McKinney

Statistician
Molecular Oncology and Breast Cancer Program
British Columbia Cancer Research Centre

email: smckinney +at+ bccrc +dot+ ca

tel: 604-675-8000 x7561

BCCRC
Molecular Oncology
675 West 10th Ave, Floor 4
Vancouver B.C. 
V5Z 1L3
Canada




-Original Message-
From: r-help-boun...@r-project.org on behalf of Jason Rupert
Sent: Thu 1/22/2009 2:58 PM
To: r-help@r-project.org
Subject: [R] Is it possible for R to import a SigmaPlot file?
 
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.


  
[[alternative HTML version deleted]]

__
R-help@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.


Re: [R] Is it possible for R to import a SigmaPlot file?

2009-01-23 Thread Bernardo Rangel Tura
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@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.


Re: [R] Is it possible for R to import a SigmaPlot file?

2009-01-23 Thread Felipe Carrillo
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  wrote:

> From: Bernardo Rangel Tura 
> Subject: Re: [R] Is it possible for R to import a SigmaPlot file?
> To: jasonkrup...@yahoo.com
> Cc: r-help@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@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.

__
R-help@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.


Re: [R] Is it possible for R to import a SigmaPlot file?

2009-01-23 Thread Jason Rupert
Thank you vey much for your suggestion.  Unfortunately, it doesn't appear 
that 'foreign' will import or work with a *.jnb file from Sigmaplot.  However, 
maybe I can get the customer to put the data in a format that is supported by 
'foreign'. 
 
Thank you again for your suggestion. 


--- On Fri, 1/23/09, Felipe Carrillo  wrote:

From: Felipe Carrillo 
Subject: Re: [R] Is it possible for R to import a SigmaPlot file?
To: jasonkrup...@yahoo.com, t...@centroin.com.br
Cc: r-help@r-project.org
Date: Friday, January 23, 2009, 9:31 AM

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  wrote:

> From: Bernardo Rangel Tura 
> Subject: Re: [R] Is it possible for R to import a SigmaPlot file?
> To: jasonkrup...@yahoo.com
> Cc: r-help@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@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.


  



  
[[alternative HTML version deleted]]

__
R-help@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.