Displaying 10 results from an estimated 10 matches for "amorigandhi".
2009 Apr 28
8
duplicate 'row.names' are not allowed
Hi everyone,
I have got the following problem:
x1 <- rnorm(10,5,1)
x2 <- runif(10,0,1)
nam1 <- paste("A",1:4,sep=".")
nam2 <- paste("A",6:9,sep=".")
nam <- c(nam1,"A.4",nam2,"A.9")
mydata <- data.frame(x1,x2)
rownames(mydata) <- nam
Error in `row.names<-.data.frame`(`*tmp*`, value = c("A.1",
2009 Jun 08
5
mean
Hi,
I have gote the following data
x1 <- c(rep(1,6),rep(4,7),rep(6,10))
x2 <- rnorm(length(x1),6,1)
data <- data.frame(x1,x2)
and I would like to compute the mean of the x2 for each individual of x1, i. e. x1=1,4 and 6?
Thank you very much in advance,
Amori
[[alternative HTML version deleted]]
2009 May 27
2
boxplot
Hi gues,
Is there any function in R for boxplot with different time points?
t1 <- c(rep(1,20),rep(2,20))
t2 <- c(rep(1,10),rep(2,10),rep(1,10),rep(2,10))
x <- rnorm(40,5,1)
dat <- data.frame(t1,t2,x)
boxplot(x~t1,t2)
Many thanks,
Amor
[[alternative HTML version deleted]]
2009 Jul 23
3
Counter
Hi everyone,
Is there any counter function in R for the following purpose:
x <- matrix(c(1,1,0,2,1,0,0,2,0,1,2,1,2,1,0,1),nrow=4)
As I would like to know how many zeros, ones, and twos in each row of x?
Many thank in advance,
Amor
[[alternative HTML version deleted]]
2008 Aug 22
4
swap
Hello everybody,
I wonder if there is any swap function in R that does the following:
x <- seq(1,10,12)
x1 <- swap(x)
x1
1 8 3 4 5 6 7 2 10
Thank you very much!
Amor
__________________________________________________
Schutz gegen Massenmails.
[[alternative HTML version deleted]]
2009 Jun 01
1
installing sn package
...to be a member? (Gavin Simpson)
107. Re: Factor level with no cases shows up in a plot (Stefan Grosse)
108. R: Harmonic Analysis (mauede@alice.it)
109. Re: Changing point color/character in qqmath (Kevin W)
110. Re: Linear Regression with Constraints (Emmanuel Charpentier)
111. boxplot (amorigandhi@yahoo.de)
112. Re: R: Harmonic Analysis (stephen sefick)
113. Re: boxplot (stephen sefick)
114. lattice::xyplot axis padding with fontfamily="mono"
(Benjamin Tyner)
115. How do I get removed from this mailing list? (Andrey Lyalko)
116. Re: RGoogleDocs: can now see documen...
2009 Jun 17
2
djustment values not defined
Hello,
I am using
mod1 <- lrm(y~x1+x2,na.action=na.pass,method="lrm.fit")
summary(mod1)
and I've got the following error:
Error in summary.Design(mod1) : adjustment values not defined here or with datadist for x1 x2
Many thank,
Amor
[[alternative HTML version deleted]]
2009 Nov 13
1
p-value > 1
Dear all,
I am trying to use SAMr-library(samr), it gives me p-value = 1.001, any idea why?
Many thanks,
Amor
__________________________________________________
z gegen Massenmails.
[[alternative HTML version deleted]]
2009 Aug 12
1
logged2
Hi,
Can you please tell me what does the the function logged2 in R do im list or..? As I have
> ?logged2
No documentation for 'logged2' in specified packages and libraries:
you could try '??logged2'
> ??logged2
No help files found with alias or concept or title matching ‘logged2’
using fuzzy matching.
Thank you in advance,
Amor
[[alternative HTML version
2009 May 12
2
SAS PROC SORT nodupkey
Hi,
I have the following data and I would like to delete douple names, it is almost similar to SAS PROC SORT nodupkey! Is there any function in R does this?
x1 <- rnorm(11,5,1)
x2 <- runif(11,0,1)
nam <-paste("A", c(1:4,4,5:9,9), sep=".")
mydata <- data.frame(x1,x2)
crownames(mydata) <- nam
Many thanks in advance,
Amor
[[alternative HTML version