Displaying 20 results from an estimated 10000 matches similar to: "R workspace"
2002 Apr 22
2
.RData
Dear all,
I have a version 1.3.1 of R which is under Linux Redhat. I have worked
with it without any problem.
But now when I try to run R, I get the error message as follows :
Error: an xdr real data read error occured
Fatal error: unable to restore saved data in .RData
Thank you in advance and sorry if my question is perhaps simple.
Aboubakar Maitournam.
2002 Jun 13
2
Output of clustering packages
Dear all,
I am sorry because my question is perhaps trivial and is certainly a
detail.
It's related to the output of some clustering package
as mclust and e1071. The output is as follows :
[1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1
[38] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1
[75] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
2001 Aug 08
2
Library hdarray
Dear everybody!
I m seeking the package named hdarray for the analysis of microarrays
data.
It must not included in the base packages.
Thanks in advance.
Aboubakar Maitournam.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2002 May 17
2
Installing R-1.5.0 on Linux
Dear all,
I am sorry in advance because probably my question was already
discussed.
I have installed an R version R-1.3.1 on Linux RedHat 6.2.
As I want to install R-1.5.0, I have first followed a suggestion of
Peter
Dalgaard (mail in FAQ) in order to keep the version R-1.3.1 by renaming
/usr/local/lib/R and /usr/local/bin/R (/usr/local/lib/R-1.3.1 and
/usr/local/bin/R-1.3.1 )and then set
2001 Dec 22
4
A small question
My Mail StationeryDear R- users,
I have a small question on R. The other day I was using R when I decided to
quit and when I was prompted with the question whether I would like to save
the workspace image, I accidently pressed yes and after that every time
start R the previous work space gets loaded. How do I avoid this?
Thanks in advance,
______________________
Indrajit SenGupta
Department Of
2002 Jun 12
1
Bagged clustering (package e1071)
Dear all,
I have a problem with the function "bagged clustering" of package
e1071.
When I try to run the example of bagged clustering with the iris data :
data(iris)
bc1 <- bclust(iris[,1:4], 3, base.centers=5)
I got the following message error :
Loading required package: class
Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1)
10(1)Error in bclust(iris[, 1:4], 3,
2001 Oct 31
2
seg fault with mclust
Howdy,
I'm experiencing a segmentation fault when trying to load
mclust.so from mclust-1.1-4. I'm using R-1.3.1 on RedHat 6.2,
and `gcc --version` reports "egcs-2.91.66".
Any ideas?
-Andy
Package install:
> install.packages("mclust")
[stuff omitted]
Installing source package `mclust'
2001 Nov 07
3
Examples for Markov Chain in Economics
Could anyone tell me where can I find some examples of the applications
to economics of a Markov chain?
Many thanks in advance.
Luis Rivera.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not
2002 Jun 13
1
saving a global workspace?
hi all,
i can't call my custom R function.
i'm using R 1.3.1 on Solaris with the SJava pkg from www.omegahat.org. This
package let's me call R functions from Java, and it works great.
i wrote a custom R function and saved it in the workspace. in my homedir, i
noticed the file named .RData was created. i also noticed my workspace is ONLY
restored if the current working dir (when i
2002 Jun 27
1
signal extraction
Hi !
is there a package in R dedicated to the signal analysis ? I'm searching
for statistical methods for the signal extraction from background in a
digital image. Does R have a package to perform this kind of analysis ?
Thanks a lot,
Paola.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 Oct 18
3
R script
Is there some way run an R script from the command line? Can I put a
line at the top of the file like I would for a bash or perl script? For
example, a such a script (test.r) might look like.
#!/usr/bin/R
x <- c(1:10)
print(x)
running ./test.r at the command line doesn't work. So is there a way to
do this? Am I missing something, or do I just have to start R and
source() the
2010 Nov 14
3
How to permanently remove [Previously saved workspace restored]
Win 7 64 bit
R version 2.11.1 (2010-05-31)
How to permanently remove;
[Previously saved workspace restored]
> rm (list = ls( ))
On next start it still displays;
.....
[Previously saved workspace restored]
There is a file keeping the previous data on Linux
.Rdata
How about on Windows?
TIA
B.R.
Stephen L
2010 May 31
3
How to delete the previously saved workspace restored
Dear all,
I am a new user of R, here I have a question about remove the previous
restored workspace. I saved the workspace last time, but R always
automatically load the workspace when I open it. I try to remove the
object and then close R without saving. But next time when I open R, it
always load the previous workspace. I want to delete the .RData in the
directory, but I have no clue
2005 Mar 08
5
removing message: [Previously saved workspace restored]
Dear All,
I saved by mistake the environment I was working in after typing q(),
and now I get the annoying message:
[Previously saved workspace restored]
I have already deleted all the objects in the environment, saving it as
an empty environment, so it's just a matter of nitpicking I suppose. The
message does not appear if I start R from any other place in the
directory tree.
I am
2007 Jul 11
2
Previously saved workspace restored
hi there,
i an beginner of R. some one have sent me a file (extension is .Rdata). i have installed R in my computer and i just double clicked the data. then it automatically opened R programme and displayed that [previously saved workspace restored]. the following message was displayed.
Type 'demo()' for some demos, 'help()' for on-line help, or'help.start()' for an
2011 Sep 13
1
ESS: Viewing Restored Workspace At Startup
I use ESS and have no problems invoking it when I fire up emacs. When it
loads it tells me, [Previously saved workspace restored]. However, I do not
know how to view that history of commands so I can continue what I was
doing.
Since the buffer begins with ESS, what do I do to view that restored
workspace?
TIA,
Rich
2012 Jul 23
2
Workspace Question.
I recently installed R version 2.14.1. After a session (not my first) in 2.14.1, I
saved the 'workspace image'. I then opened earlier R versions, 2.14.0
& 2.12.0, and the only objects listed were from the 2.14.1 session.
All the work under those previous versions were gone, to my dismay. This did not happen when I was working in 2.14.0, as 2.12.0 objects were not affected when
2001 Nov 22
3
Newbie
Hi
I started studying Bioinformatics at my engineering school (INSA de
lyon!) in september. We started learning statistics and did two classes
of R hands-on, but I want to learn to use R better. (As in for my every
day calculations - I'm in front of a computer anyway so why should I
have to take out my TI-30?) I'm having trouble finding some of the
simpler stat functions though.
2002 Jul 08
4
Which function to use for multiple comparison?
[Moderator: This was erronously sent to R-announce,
and filtered fortunately ]
Hi,
This is my first time to use R. I'm wondering which function I can use to do
multiple comparison. I have an lm object and want to do multiple comparison
based on this object. Splus has a function multicomp() but I could not find
a similar one in R. Thanks in advance. Really appreciate it.
Julie
2008 Oct 01
2
question about working with workspaces
Hello everybody,
Two - I hope Simple questions about working with workspaces.
Is there a way to force R to start in "clean" workspace / avoid "previously
saved workspace restored"?
When I load workspace"2" working in workspace"1" everything from "1" is
written into "2" is there a way to avoid it?
Best regards,
Daniel Rabczenko