Displaying 20 results from an estimated 6000 matches similar to: "Install R on unix"
2003 Apr 25
1
plot clusters
Hi,
I have a dataset which has more than two clusters (say 3 clusters).
I used kmeans to cluster the dataset.
I am wondering how I can plot the clustering result on a two-dimensional
figure????
The example in the kmeans help file is as follows:
x <- rbind(matrix(rnorm(100, sd = 0.3), ncol = 2),
matrix(rnorm(100, mean = 1, sd = 0.3), ncol = 2))
cl <- kmeans(x, 2, 20)
2003 May 25
3
Problem in installing R add-on package(not from CRAN)
Hi all,
I downloaded a R package (supclust, not from CRAN) in my directory, then type:
markov:/home/pingzhao> R CMD INSTALL supclust_1.1.tar.gz -l ~/lib
but met the following errors
* Installing *source* package 'supclust' ...
** libs
/usr/local/lib/R/bin/SHLIB: make: not found
ERROR: compilation failed for package 'supclust'
Does it mean the R has not properly installed?
2003 Sep 29
2
problem in integrating C routine with R on windows XP
Hi All,
I a C function code, which has been successed in integrating
with Splus on Unix. Now I want to move it on windows.
So I want to integrate this C function with R on windows XP.
I download tools.zip and saved it in c:\bin directory,
download MinGW and saved it in c:\MinGw directory,
download Perl and saved it in c:\Perl directory.
My path is set as:
2010 Sep 22
5
http://www.asterisk.org/downloads naming schema
Hi!
Since some time the download of the newest Asterisk does not contains
the version number anymore, but is just called "asterisk-1.4-current.tar.gz"
This gives me a tarball where I do not know the version without looking
into the tarball.
Thus, IMO it would be very useful to switch back to old schema war the
download contained the version number.
Thanks
Klaus
2003 Mar 17
2
search function
Could any one tell me there is a search
function for R-help Archives?
Thanks
2003 Apr 14
2
kmeans clustering
Hi,
I am using kmeans to cluster a dataset.
I test this example:
> data<-matrix(scan("data100.txt"),100,37,byrow=T)
(my dataset is 100 rows and 37 columns--clustering rows)
> c1<-kmeans(data,3,20)
> c1
$cluster
[1] 1 1 1 1 1 1 1 3 3 3 1 3 1 3 3 1 1 1 1 3 1 3 3 1 1 1 3 3 1 1 3 1 1 1 1 3
3
[38] 3 1 1 1 3 1 1 1 1 3 3 3 1 1 1 1 1 1 3 1 3 1 1 3 1 1 1 1 3 1 1 1 1 1 1 3
2003 Mar 29
1
compling errors for sun unix (PR#2702)
--Scraw_of_Flies_285_000
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: eXeT31BJngKeovsqhTpOHg==
Dear R-project,
I am having difficulty compiling R for my unix machine. Attached is the
config.log file that has all the necessary info. Can you help?
Thank you.
Mutlu..
-------------------------------
Mr. Mutlu Ozdogan
Center for Remote Sensing
Boston University
725 Commonwealth Avenue
2013 Nov 01
1
Package(s) for making waffle plot-like figures?
Dear all,
I am trying to make a series of waffle plot-like figures for my data to
visualize the ratios of amino acid residues at each position. For each one
of 37 positions, there may be one to four different amino acid residues. So
the data consist of the positions, what residues are there, and the ratios
of residues. The ratios of residues at a position add up to 100, or close
to 100 (more on
2010 Sep 08
0
How to get OR and CI from GEE R package
Hi,
I am fitting a GEE model using gee R package, but I am not sure how to get
OR and its CI?
Could anyone give me some hints?
Here are some output:
> gee.obj <- gee(Affection~Sibsex+Probandsex,id = FAMID,family = binomial,corstr = "independence",data =seldata)
Beginning Cgee S-function, @(#) geeformula.q 4.13 98/01/27
running glm to get initial regression estimate
2003 Feb 06
1
Call C routine problem
When I call C function from Splus, I often meet this problem:
"Problem: Couldn't find a function definition for "Stest" "
My c function is saved as 'test.c' (the function is also named as 'test'
My splus function is saved as 'Stest', such as
Stest <-
function(d,f)
{
.C("test",
as.integer(d),
as.single(f))
}
Assume my files (test.c
2003 Jan 21
2
infinite loop in make for src/unix (PR#2477)
Full_Name: John Van Voorhis
Version: 1.6.2
OS: SunOS 5.8
Submission from: (NULL) (128.8.130.192)
While running initial 'make' everything went fine until src/unix. At which point
it kept entering and exiting src/unix without doing anything. I fixed the
problem
by deleting the dependencies on Makefile for the Makedeps and R targets.
I am using gnu Make 3.79, gcc 2.95.3, Solaris SunOS5.8
2004 Jul 29
1
jpeg() on UNIX
Dear R users,
I am currently having difficulty migrating a web application from XP to a
SGI UNIX since when I run R in the background (i.e. in a process started
from the web server) the graphics device jpeg() requires, but cannot
connect to, X11. I could go via bitmap() and PS but wondered if there was
another way forward. I am currently running R version 1.6.2. Ideally, I
would like may R
2011 Jul 21
4
squared "pie chart" - is there such a thing?
Hello!
It's a shoot in the dark, but I'll try. If one has a total of 100
(e.g., %), and three components of the total, e.g.,
mytotal=data.frame(x=50,y=30,z=20), - one could build a pie chart with
3 sectors representing x, y, and z according to their proportions in
the total.
I am wondering if it's possible to build something very similar, but
not on a circle but in a square - such that
2001 Jul 24
3
Memory/data -last time I promise
I've seen several posts over the past 2-3 weeks about memory issues. I've
tried to carefully follow the suggestions, but remain baffled as to why I
can't load data into R. I hope that in revisiting this issue that I don't
exasperate the list.
The setting:
1 gig RAM , Linux machine
10 Stata files of approximately 14megs each
File contents appear at the end of this boorishly long
2001 Jul 24
3
Memory/data -last time I promise
I've seen several posts over the past 2-3 weeks about memory issues. I've
tried to carefully follow the suggestions, but remain baffled as to why I
can't load data into R. I hope that in revisiting this issue that I don't
exasperate the list.
The setting:
1 gig RAM , Linux machine
10 Stata files of approximately 14megs each
File contents appear at the end of this boorishly long
2011 Oct 16
5
New User
Hi,
I just downloaded Wine to try it out, and despite being a tinkerer with half a brain i cant figure out how to install windows games using it.
I have looked online to no avail, the stuff i have read has not helped mostly because im trying to install a game from its DVD and Wine wont do it unless the EXE is given permission to install as a program and you cant edit files on the DVD as they are
2012 Sep 29
2
can not connect hypervisor using libvirt-0.9.8 on windows
Hi, Eric:
I compiled libvirt-0.9.8 source code with the msys environment on windows xp.
the compiltion was successed.
but when I connect the remote host using virsh.exe, it occured error like:
error: Failed to connect to the hypervisor
error: Unable to set close-on-exec flag: No such file or directory
Is there something wrong? give me some help, thanks!
xuanmao_001
-------------- next part
1998 Nov 05
0
help on print from unix to PC
Hello, everyone!
I set the samba running on my sun ultra2 with solaris2.6. Seem every thing works.
I can share the directories and PC can share unix printer too. But the unix can not use
PC's printer.
when I try to directly use the command smbclient to print, I get following error. Antone
can give me a hint?
Thanks!!
Feng Qiu
server:Feng 33>cat filename | smbclient \\\\Qiu\\epson -N -P
2006 Apr 05
2
using latex() in R for Unix
I am using R for Unix and want to make some LaTeX tables. I have
already played around in R for Windows and have succeeded in making
tables that I want using the following code:
latex(Estimates, file='out.tex', rowlabel='',digits=3)
However, when I use this code in Unix, I can never find the file
"out.tex". I assumed that R would send the file to whatever directory
I
2007 Aug 31
2
sles10: installing module-binaries: "error: Failed dependencies: ksym(panic) .."
Hi, After some hard trying to use lustre on our debian servers with an up2date kernel I decided to buy sles10 to make everything more comftable: I installed (rpm -i) the new kernelbinaries from 1.6.2/sles10-i686 to a sles10 test box (AMD64). When i try to install the modules form 1.6.2/sles10-i686 it says : sles2:/usr/src/lustre # rpm -i