Displaying 8 results from an estimated 8 matches for "rleken".
2008 Jan 23
3
help with replacing all comma in a data frame with a dot
...9098 90 ,361 ,256 ,076
18 ,691736472 40135 85 ,864 ,284 ,09
19 ,691736472 40135 85 ,864 ,284 ,09
20 ,442407817 48673 86 ,44 ,279 ,088
24 ,0925199910320613 22482 64 ,104 ,082 ,054
Thanks in advance,
Tom
---------------------------------
Sök efter kärleken!
[[alternative HTML version deleted]]
2010 Jan 15
2
How to delete matrix rows based on NA frequency?
...freqNA=rowMeans(is.na(exprdata))
But is there a shorter way to remove the rows based on "(1-freqNA)>0.1" than looping through the whole matrix using a for loop?
All the best,
Joel
_________________________________________________________________
Hitta kärleken i vinter!
http://dejting.se.msn.com/channel/index.aspx?trackingid=1002952
[[alternative HTML version deleted]]
2009 Nov 11
1
Loadings and scores from fastICA?
...par(mfrow = c(1, 3))
plot(a$X, main = "Pre-processed data")
plot(a$X%*%a$K, main = "PCA components")
plot(a$S, main = "ICA components")
}
Best regards,
Joel
_________________________________________________________________
Hitta kärleken i vinter!
http://dejting.se.msn.com/channel/index.aspx?trackingid=1002952
[[alternative HTML version deleted]]
2007 Dec 30
2
Installing Rgraphviz package on a windows vista pc
...tips on how I can do the installation.
Can I just place the extracted Rgraph folder (from the source tar file) in the library folder of R2.6.1 along with the other packages? How do I then alert R that this folder is there?
Thanking you,
Ravi
---------------------------------
Sök efter kärleken!
[[alternative HTML version deleted]]
2010 Jan 28
2
NA Replacement by lowest value?
...a, na.rm = T) # Find the smallest value in the dataset
col[col == NA] = (min.val / 10) # Doesn't work...
col # Column index
}
Does any of you have any suggestions?
Best regards,
Joel
_________________________________________________________________
Hitta kärleken i vinter!
http://dejting.se.msn.com/channel/index.aspx?trackingid=1002952
[[alternative HTML version deleted]]
2009 Oct 16
2
Division of data frame and deletion of values from column
...106 high
6 23 76.3 106 number <-- exclude
7 24 76.9 175 low
.
.
.
I really hope someone could help me, though you might think it's too easy...
Best regards,
Joel
_________________________________________________________________
Hitta kärleken nu i vår!
http://dejting.se.msn.com/channel/index.aspx?trackingid=1002952
[[alternative HTML version deleted]]
2008 Mar 06
1
Repeated measures using lme
...de in R that would give me the same results if doing the analysis in SAS. Also is there any command in R that does the same thing as SLICE in SAS does, to test when in time there is difference between companies?
Thanks for any help,
Tom
---------------------------------
Sök efter kärleken!
[[alternative HTML version deleted]]
2008 Mar 27
2
options in 'rnorm' to set the lower bound of normal distribution to 0 ?
...-vector("list",len)
set.seed(7)
for(i in 1:len){
s1[[i]]<-cbind.data.frame(x=rnorm(n*i,mean=mu[1],sd=sigma[1]),
y=rnorm(n*i,mean=mu[2],sd=sigma[2]))
}
Thanks for any help,
Tom
---------------------------------
Sök efter kärleken!
[[alternative HTML version deleted]]