[R] condlogic.ff

2011-07-05 Thread Stat Consult
Dear All How can I Recompile "condlogic.ff " in "LogicReg" package for fitting a conditional logistic model? Best Regards, Leila __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://w

[R] simulation

2011-06-06 Thread Stat Consult
Dear ALL I want to simulate data from Multivariate normal distribution. GE.N<-mvrnorm(25,mu,S) S <-matrix(rep(0,1),nrow=100) for( i in 1:100){sigma<-runif(100,0.1,10);S [i,i]=sigma[i];mu<-runif(100,0,10)} for (i in 1:20){for (j in 1:20){if (i != j){S [i,j]=0.3*sigma[i]*sigma[j]}}} for (i in 21:

[R] simulation

2011-05-30 Thread Stat Consult
Dear ALL I want to simulate data from Multivariate normal distribution. GE.N<-mvrnorm(25,mu,S) S <-matrix(rep(0,1),nrow=100) for( i in 1:100){sigma<-runif(100,0.1,10);S [i,i]=sigma[i];mu<-runif(100,0,10)} for (i in 1:20){for (j in 1:20){if (i != j){S [i,j]=0.3*sigma[i]*sigma[j]}}} for (i

[R] arch=i386

2011-04-27 Thread Stat Consult
Dear ALL I want to load "HTSanalyzeR", It 's necessary to load "igraph" package. This time I see this error: library(igraph) library(HTSanalyzeR) Loading required package: GSEABase Loading required package: Biobase Error: package 'Biobase' is not installed for 'arch=i386' > I 'll be glade if you

[R] coercion

2011-04-20 Thread Stat Consult
Dear ALL I don't know why I can see this error in run this sentences. In paste("V", 1L:cols, sep = "") : NAs introduced by coercion DATA<-read.delim ("D:\\DATA\\GeneExpression.txt",header=FALSE) I will be glad if you help me. Best Regards, Stat Consu

[R] kpss

2011-04-16 Thread Stat Consult
Dear All I will be glade if you help me to understand what difference is between "trend Stationary" and "level Stationary" at kpss.test in tseries package. best regards stat consult -- [[alternative HTML version deleted]] ___

[R] out of bound

2011-03-05 Thread Stat Consult
Dear ALL I cannot run this line. stat.obs <- apply (GS, 2, function(z) Hott2(t(DATA[which(z==1),]), cl)) Error in Hott2 (t(DATA[which(z == 1), ]), cl) : subscript out of bounds I will be glade if you guide me. *** *GS

[R] subscript out of bounds

2011-03-05 Thread Stat Consult
Dear ALL I cannot run this line stat.obs <- apply (GS, 2, function(z) Hott2(t(DATA[which(z==1),]), cl)) Error in Hott2 (t(DATA[which(z == 1), ]), cl) : subscript out of bounds I will be glade if you guide me. *** *GS

Re: [R] subscript out of bounds

2011-03-05 Thread Stat Consult
On Sat, Mar 5, 2011 at 4:08 PM, Stat Consult wrote: > Dear ALL > > I cannot run this line > > stat.obs <- apply (GS, 2, function(z) Hott2(t(DATA[which(z==1),]), cl)) > > Error in Hott2 (t(DATA[which(z == 1), ]), cl) : subscript out of bounds > > I

[R] max.print

2011-01-08 Thread Stat Consult
Dear All I saw the end of data [[reached getOption("max.print") -- omitted 11844 rows ]]. How can I see all of the data? I would be appreciated if you guide me. Regards, R G [[alternative HTML version deleted]] __ R-help@r-project.org mailing li

[R] function()

2010-12-30 Thread Stat Consult
Dear All I can not understand how defined function in apply works? could I ask you to explain it for me. Regards, [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do re