search for: sigmaplot

Displaying 20 results from an estimated 32 matches for "sigmaplot".

2009 Jan 22
2
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 a...
2008 Sep 11
2
No success running SigmaPlot
Hi! I strongly rely on SigmaPlot for scientific graphs, actually one of the few windows programs I still need. I use a licensed copy but a trial version can be downloaded here: http://www.sigmaplot.com/products/sigmaplot/ I could install several versions of SigmaPlot (8, 9, 11) but I always get the same error when I try to run i...
2007 Jul 19
0
Sigmaplot 9
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> Hello,<br> I'm a recent user of ubuntu and wine (3 days).<br> I need to use sigmaplot 9 and I have tried to run with wine (reboot to use of windows is very nasty)<br> I have succeed to install sigmaplot but it does not work.<br> in wine-user archives I have found a very quite similar tread :<br> <br> <h1>[Wine] Re: sigmalot 9.0</h1> <b>toon&...
2009 Apr 15
0
Runtime error while I run sigmaplot 11 on fedora 10
I am trying to run sigmaplot 11 on wine 1.1.18 on Fedora 10 When sigmaplot opens another window opens and says the following: It says "error occured during an OLE operation" sp~pagwf.dll.\gpu_doc.cpp(687) 8e000010 Please let me know if there is a fix for this, Thanks.
2010 Jan 22
1
SigmaPlot and Windows Vista
Dear Colleagues, I've tried to run my SigmaPlot 6.0 in a computer with Windows Vista but have got the message Cannot open or create 'C:\PROGRAM FILES\SPW6\LOCKFILE.SYS' every time I try to start the software. Does anybody know what I should do to overcome this problem? Thank you all in advance. Best regards, Eduardo
2011 Apr 10
1
Fitting controlled released data
...sing R for a while and I find it incredible. I was just wondering whether someone has ever written a library to calculate the best fit of experimental data to some controlled release models, having only the release cumulative drug release at given time points. For example, there is an extension for SigmaPlot http://www.sigmaplot.co.uk/products/sigmaplot/productuses/prod-uses15.php which allows rapid fitting of 5 standard model. I prefer to use free software and therefore I rather use R than Sigma Plot. Is there anyone who can help? Thank you very much Marco -- View this message in context: http:...
2007 Sep 19
3
Smooth line in graph
...Eg.: x<-1:5 y <- c(0.31, 0.45, 0.84, 0.43, 0.25) plot(x,y) lines(spline(x,y)) Creates a valley between the first and second points, then peaks at 3rd, and another valley between 4th and 5th. I?m trying to get a consistently growing curve up to the 3rth point and then a decrease like with SigmaPlot spline curves or with Excel. I tried with different spline arguments and also lowess and loess, with no success. Any ideas? Thanks.
2008 Nov 06
1
nls: Fitting two models at once?
Hello, I'm still a newbie user and struggling to automate some analyses from SigmaPlot using R. R is a great help for me so far! But the following problem makes me go nuts. I have two spectra, both have to be fitted to reference data. Problem: the both spectra are connected in some way: the stoichiometry of coefficients "cytf.v"/"cytb.v" is 1/2. {{In the SigmaPl...
2000 Aug 12
1
Nonlinear regression question
Dear R users I recently migrated from Statistica/SigmaPlot (Windows) to R (Linux), so please excuse if this may sound 'basic'. When running a nonlinear regression (V = Vmax * conc / (Ks + conc), i.e. Michaelis-Menten) on SigmaPlot, I get the output listed below: >>>Begin SigmaPlot Output<<< R = 0.94860969 Rsqr = 0.89986035 Adj R...
2007 Mar 19
1
sigmalot 9.0
Hello, I am quite a newbie under wine but I already achieve to run some MSapplication with it. For professional purpose I need to run sigmaplot. I installed it through wine on an ubuntu6.06, everything seems ok for instalation but when I launch it i got an error message : the windows is entitled "Graphics Page Library" and the message is "an error occured during OLE operation. sp~pagwf.dllgpu_doc.cpp(671) 8e000010" Th...
2009 Feb 24
2
Problem about plot scale
...e it locate, have diminished since one set of array have fairly high y value.And another array have lots of y value near zero, like 1e-20, 1e-10, like a long tail, while the highest y value of these arrays is 1e-4. Does R have the function to cut some range of y value? The corresponding function in sigmaplot is break in which we could define break range to omit some meanless range of y value.
2007 Apr 08
2
Plot symbols dimensions
I am writing some code to obtain publication-like plots (like the ones can be obtained with SigmaPlot). I am not able to find the dimensions of a point. Parameters like cex make you able to make it bigger or smaller but I need to know the exact dimension (in relative coordinates : if my plot is 640x480 a dot plotted with cex=1.5 will be...) Massimo Cressoni
2003 Nov 16
2
Newbie: Barchart Gray with White Grid?
...ploration, and I hope that my question is relatively easy to answer (probably, there's a simple way to do what I'm working toward). R's statistical functions are coming along easily enough, but graphics seem to be a little tougher for me, probably because I'm used to working in SigmaPlot. As an exercise, I tried to create a gray bar chart with white grid overlay, like the one on page 128 of Tufte's "Visual Display of Quantitative Information." I figure this would cover a lot of the basic techniques that I'll need for "real" work. I got as far as hav...
2003 Dec 02
1
Two axes with different scales
...h different units, so I would like to have two y-axes, one on the left and one on the right with different scales. Is this possible? I have searched through all the documentation I could find on the R homepage without luck and I like R very much and would rather not resort to using something like SigmaPlot for this seemingly simple thing. E.g. plotting the concentration of Oxygen and it's isotopic composition in the same graph. Thanks, Henrik ---------------------------------------------------------------------------- -------- Henrik Andersson Netherlands Institute of Ecology - Centre for Es...
2010 Jan 09
1
Linear regression - R^2
Hello, I was doing a linear regression with the following formula: *lm(y~x+0)*, so it passes through the origin. But when I called the summary of the regression i saw that R squared is abnormally high (it's a lot lower in other programs such as SigmaPlot and MS Excel).The manual explained the cause of the difference (because of the different computing method), but what should I do to get the same R^2 in excel and R? WITHOUT PASSING THROUGH THE ORIGIN: R^2: Multiple R-squared: 0.9711, Adjusted R-squared: 0.9654 In MS Excel: 0,9711 *So it's...
2010 Jan 09
2
R^2 in linear regression
Hello, I was doing a linear regression with the following formula: lm(y~x+0), so it passes through the origin. But when I called the summary of the regression i saw that R squared is abnormally high (it's a lot lower in other programs such as SigmaPlot and MS Excel).The manual explained the cause of the difference (because of the different computing method), but what should I do to get the same R^2 in excel and R? WITHOUT PASSING THROUGH THE ORIGIN: R^2: Multiple R-squared: 0.9711, Adjusted R-squared: 0.9654 In MS Excel: 0,9711 So it's...
2009 May 31
1
Can I Compile R with MS Access 2003 Developer Extensions?
Hi: I have an application that uses MS Access as front end interacting with Excel,Word,Sigmaplot and R in the background. I use the programs to do different tasks but I mainly use R to create graphics on my Access forms without having to manually open R. To make this short, I was wondering if R can be compiled from Access using the Developer Extensions. I know that the MS office programs can b...
2008 Jun 23
1
ggplot2-barplot
...eone show me how to make this simple barplot graph with ggplot2? I want "PondName" along the x axis and "avgWt" along the Y axis which represents the avgWt by each Pond. PondName avgWt Pond01 21.5 Pond02 17.8 Pond03 17.8 Pond04 17.8 Pond05 16.375 Pond06 21.5 Pond07 21.5 Using sigmaplot or Excel is a simple task but I can't get it to work with ggplot2. I was trying: qplot(PondName,data=mydata,geom="bar") + geom_bar(fill=factor(PondName)) but I don't get the desired results. Thanks
2008 Mar 08
1
ask for help on nonlinear fitting
...his: Cm ~ Cl+Q1*b1*38.67*exp(-b1*(Vm-Vp1)*0.03867)/(1+exp(-b1*(Vm-Vp1)*0.03867))^2+Q2*b2*38.67*exp(-b2*(Vm-Vp2)*0.03867)/(1+exp(-b2*(Vm-Vp2)*0.03867))^2 I use nls, with start=list(Q1=2e-3, b1=1, Vp1=-25, Q2=3e-3, b2=1, Vp2=200). But I always get 'singlular gradient' error like this. But in SigmaPlot I can get the result. How can I get with R. Thanks! The table: "Vm" "Cm" "Ih" -147.715 8.15 -0.107 -146.944 8.081 -0.106 -146.173 8.089 -0.106 -145.409 8.114 -0.108 -144.638 8.105 -0.107 -143.873 8.085 -0.105 -143.102 8.151 -0.102 -142.338 8.084 -0.1 -141.567 8.079...
2010 Mar 08
1
application to mentor syrfr package development for Google Summer of Code 2010
...have to pass in order to qualify for the topic: 1. Describe each of the following terms as they relate to statistical regression: categorical, periodic, modular, continuous, bimodal, log-normal, logistic, Gompertz, and nonlinear. 2. Explain which parts of http://bit.ly/tablecurve were adopted in SigmaPlot and which weren't. 3. Use the 'outliers' package to improve a regression fit maintaining the correct extrapolation confidence intervals as are between those with and without outlier exclusions in proportion to the confidence that the outliers were reasonably excluded. (Show your R tra...