Displaying 4 results from an estimated 4 matches for "pinwheel".
2009 May 02
1
Trouble installing packages on Macintosh OS-X 10.5.6
I just upgraded my version of R from 2.8.1 to 2.9.0. After doing so, I now
have problems using the package installer to reinstall all my packages.
Some download and install without problems, but for others, I get the
spinning pinwheel and after even 10 minutes, nothing is downloaded. R stops
responding. At first, I had not deleted the old version of 2.8.1 before
installing 2.9.0. However, I went back and deleted the R GUI from the
Applications folder and the R.framework folder from /Library/Frameworks and
then reinstalled 2.9...
2011 Jul 17
6
some of my programs dont work
these apps dont have an install you just download them and they run but when i click on the app it has a pinwheel like its loading and then that goes away and nothing happens
am i doing anything wrong or does wine just not run those types of programs
i have wine 1.2.2 and im useing ubuntu 11.04
2008 Dec 21
1
How can I get the interpolated data?
Hello,everybody!
I am a beginner of R.
And I want to ask a question. If anybody would help me, thank you very much
ahead.
I want to plot something like a response surface, and I find the "rsm"
package.
Some commands are like this:
#code head
library(rsm)
CR = coded.data(ChemReact, x1 ~ Time, x2 ~ Temp)
CR.rsm = rsm(Yield ~ SO(x1,x2), data = CR)
summary(CR.rsm)
contour(CR.rsm,x1~x2)
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...reach the person managing the list at
r-help-owner at r-project.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of R-help digest..."
Today's Topics:
1. row sum question (Keun-Hyung Choi)
2. Re: How can I get the interpolated data? (pinwheels)
3. Re: error bars (Gavin Simpson)
4. Re: sorting variable names containing digits (Gabor Grothendieck)
5. Re: row sum question (jim holtman)
6. row sum question (keunhchoi at gmail.com)
7. Hmisc Dotplot with confidence intervals and panel.points
problem (PSJ)
8. Re: Hmisc...