Displaying 20 results from an estimated 3000 matches similar to: "transposing a distance matrix in R"
2013 Jul 24
3
Change values in a dateframe
Hello
I have the following problem :
The dataframe TEST has multiple lines for a same person because :
there are differents values of Nom or differents values of Prenom
but the values of Matricule or Sexe or Date.de.naissance are the same.
TEST <- structure(list(Matricule = c(66L, 67L, 67L, 68L, 89L, 90L, 90L,
91L, 108L, 108L, 108L), Nom = structure(c(1L, 2L, 2L, 4L, 8L,
5L, 6L, 9L, 3L, 3L,
2009 Jun 02
3
Not received any E-MAIl from listserve???
I have been a while did NOT received E-MAIL from "centos" listserv. Any problem on CENTOS listserv?
______________________________________________________________________________________________________
?????????Yahoo!??????2.0????????????? http://tw.mg0.mail.yahoo.com/dc/landing
2009 Feb 12
2
SAS Institute Adding Support for R
Hi Folks,
SAS Institute is adding official support for R:
http://support.sas.com/rnd/app/studio/Rinterface2.html
Cheers,
Bob
=========================================================
Bob Muenchen (pronounced Min'-chen),
Manager, Research Computing Support
U of TN Office of Information Technology
Stokely Management Center, Suite 200
916 Volunteer Blvd., Knoxville, TN
2006 Dec 28
2
Aggregation using list with Hmisc summarize function
Hi All,
I'm using the Hmisc summarize function and used list instead of llist to
provide the by variables. It generated an error message. Is this a bug,
or do I misunderstand how Hmisc works with lists? The program below
demonstrates the error message.
Thanks,
Bob
x<-1:8
group <- c(1,1,1,1,2,2,2,2)
gender<- c(1,2,1,2,1,2,1,2)
mydata<-data.frame(x,group,gender)
2007 Oct 25
3
DNS CNAME question
Not sure if this is the best place to ask this question (and if so, please
point me to a better listserv), but is there anything "wrong" RFC or best
practice wise with pointing a CNAME record to a DNS server?
(I'm using EveryDNS.net, and I'd like to make my CNAME records ns1->
4.myDomain.com correspond to ns1->ns4.EveryDNS.net.)
-------------- next part --------------
An
2008 Jan 24
2
Barplot w/ single stacked bar
Hi All,
I can get the barplot function to do many types of plots, stacked or
otherwise. However, I cannot get it to do a *single* stacked bar. I've
searched several books & listserv archives to no avail. I suspect I'm
missing the obvious from the help file!
I can reach my goal in ggplot2, although the relative heights of the
bar's pieces don't seem quite right (it does
2009 Jan 23
2
The Quality & Accuracy of R
Hi All,
We have all had to face skeptical colleagues asking if software made by
volunteers could match the quality and accuracy of commercially written
software. Thanks to the prompting of a recent R-help thread, I read, "R:
Regulatory Compliance and Validation Issues, A Guidance Document for the
Use of R in Regulated Clinical Trial Environments
(http://www.r-project.org/doc/R-FDA.pdf).
2009 Apr 17
2
Sieve "redirect"
Is there an alternative to the "redirect" Sieve capability?
For example:
if header :contains "Subject" "Listserv" {
redirect "list-user1 at example.com";
redirect "list-user2 at example.com";
redirect "list-user3 at example.com";
stop;
}
How can I do the above without using "redirect"?
Unfortunately,
2009 Jun 17
2
Postfix question: How to reject email with a certain subject header
Hello everyone,
Occasionally I get emails which have a subject header of "Rejected posting
to Blah", from a listserv I am on. Without going into a 10 page diatribe
of why, I'd like to reject these automatically, sending them to /dev/null.
I used to run Sendmail and that was pretty easy to do. How can I do this
under Postfix under CentOS 5.3?
Any help is appreciated. Thanks!
2008 Nov 10
3
read SAS file
Looked at a lot of documentation and listserv postings and still can’t solve this problem. I need to get a SAS dataset into R. I’ve converted it to an .xpt file and when I try to read it I get:
> read.xport("cft2008R")
Error: could not find function "read.xport"
>
Not sure what I’m doing wrong. I’m running SAS 9.1.3 on an UNIX box. I ftp’d the file over to my
1997 Dec 12
1
Help unsubscribing
>
> I have had the same problem. I've have read all the instructions. I am
> able to send commands (ex. help) to the listserv and receive a reply. As
> far as I can tell, I'm doing everything right but I just can't seem to
> get off this list.
>
> Rob Towner
> Yuma Union High School District, CIS
>
>
> Rich Jewett wrote:
> >
> > To the
2007 Feb 15
3
OT - IP Network Call Recording
Apologies in advance as this is not directly Asterisk related, however I
thought I might be able to leverage the experience of particiapants on
this listserv for some advice.
I have a client who is utilizing Talkswith PBX appliances, which have no
native call monitoring/call recording capabilities. They are looking
for an additional application, service or appliance that can sit on the
LAN, and
2003 Jun 12
0
ATA losing registration problems solved by setting tftp
For all thos Asterisk users not on the FWD list, it works for me!:
-----Original Message-----
From: Free World Dialup - The Future of Dialing
[mailto:FWD@LISTSERV.PULVER.COM] On Behalf Of Leonidas Piagkos
Sent: donderdag 12 juni 2003 0:58
To: FWD@LISTSERV.PULVER.COM
Subject: Re: [FWD] FWD losing Registration
Hi Don,
All you have to do with your ATA is to set the following parameters as :
2008 Feb 12
3
How many R packages?
Hi All,
I searched around to find the number of R packages currently available,
but didn't find anything, so I choose all repositories & told it to
install. The list contained about 2,856 (correcting roughly for those
installed). But the list includes repetitions such as 19 names that
begin with "bvbovine".
Selecting only CRAN and CRAN(extras) I get 1,344.
Is there an easier
2010 Jun 28
1
(New) Popularity of R, SAS, SPSS, Stata...
Greeting Listserv Readers,
At http://r4stats.com/popularity I have added plots, data, and/or
discussion of:
1. Scholarly impact of each package across the years
2. The number of subscribers to some of the listservs
3. How popular each package is among Google searches across the years
4. Survey results from a Rexer Analytics poll
5. Survey results from a KDnuggests poll
6. A rudimentary analysis
2012 Feb 15
7
matching a sequence in a vector?
Hi All,
I've been trawling through the documentation and listserv archives on this topic -- but
as yet have not found a solution. I'm sure this is pretty simple with R, but I cannot work out how without
resorting to ugly nested loops.
As far as I can tell, grep, match, and %in% are not the correct tools.
Question:
given these vectors --
patrn <- c(1,2,3,4)
exmpl <-
2011 Apr 16
2
Rotating the x-axis labels of a barplot
Dear listserv,
Here is my latest formatting problem. I would like to rotate the x-axis labels
by 45 degrees on a _barplot_. Apparently this is slightly different from the
example given in the R FAQ, which is for rotating the x-axis labels on a
scatterplot
(http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-can-I-create-rotated-axis-labels_003f).
I have adapted that code, as best I could, and
2003 Apr 06
2
Cable Modem
I read many postings in this listserv about cable modem under RHL 7.3 in
Sept 2002, I followed the recommendations, but I still can't get it to
work. I have 3 computers connected to an Ethernet hub/router in my
house, and the uplink from the hub/router goes to a Scientific-Atlanta
Webstar cable modem. The 2 Windows computers are successfully using the
cable modem to connect to the
2010 Feb 11
1
cluster/distance large matrix
Hi all,
I've stumbled upon some memory limitations for the analysis that I want to
run.
I've a matrix of distances between 38000 objects. These distances were
calculated outside of R.
I want to cluster these objects.
For smaller sets (egn=100) this is how I proceed:
A<-matrix(scan(file, n=100*100),100,100, byrow=TRUE)
ad<-as.dist(A)
2006 Nov 25
3
Multiple Conditional Tranformations
Greetings,
I'm learning R and I'm stuck on a basic concept: how to specify a
logical condition once and then perform multiple transformations under
that condition. The program below is simplified to demonstrate the goal.
Its results are exactly what I want, but I would like to check the
logical state of gender only once and create both (or any number of)
scores at once.