search for: sample8

Displaying 5 results from an estimated 5 matches for "sample8".

Did you mean: sample
2012 Aug 11
3
Problem when creating matrix of values based on covariance matrix
...arrow compared to the simulated data. None of the eigenvalues of the observed covariance matrix are negative, and it appears to be a positive definite matrix. Here is what I did to create the simulated data: Chol <- chol(CEUcovar) Z <- matrix(rnorm(20351 * 8368), 8368) X <- t(Chol) %*% Z sample8 <- data.frame(as.matrix(t(X))) > dim(sample8) [1] 20351 8368 cov8=cov(sample8,method='spearman') [earlier I've also tried sample8 <- rmvnorm(1000, mean=rep(0,ncol(CEUcovar)), sigma=CEUcovar, method="eigen") with as 'bad' results, much larger covariance value...
2010 May 21
2
Data reconstruction following PCA using Eigen function
....8431262 -0.08842512 1.2909658 1.2013136 0.6706926 Sample6 0.1743534 -1.70657357 -0.09170187 -0.55605031 -0.2940946 1.4525891 -0.39068509 -0.3373913 -0.0533732 0.9658389 Sample7 -0.8533191 -0.34438091 -1.23890437 -0.77360636 0.5926479 0.7742632 -1.12515017 -0.5720099 0.2243808 0.5420693 Sample8 0.4176988 -0.35906123 -0.07190644 0.90045123 -1.0621902 0.2693762 -0.38033715 0.6267548 0.4767652 0.3012347 Sample9 0.1088066 -0.32197951 0.46665158 -1.72560781 0.7375796 0.2794331 1.00171777 -0.1087306 1.2519195 -0.8848459 Sample10 -0.3651829 1.00253167 -0.12004007 0.34972942 -2.13...
2011 Jan 20
1
Problems with ecodist
...10046.113 1983.5246 2092.9254 8568.467 3518.9508 1182.826 6572.264 0.000 3647.8307 Loc12 3112.680 1314.6927 1063.8092 10253.957 1670.4862 1558.8962 8654.392 631.5406 3397.490 7497.861 3647.831 0.0000 > distancematrix sample1 sample2 sample3 sample4 sample5 sample6 sample7 sample8 sample9 sample10 sample11 sample12 sample1 0.0000 0.0229 0.0258 0.0394 0.0295 0.0337 0.0269 0.0345 0.0314 0.0418 0.0577 0.0853 sample2 0.0229 0.0000 0.0219 0.0373 0.0337 0.0352 0.0320 0.0310 0.0275 0.0508 0.0533 0.0739 sample3 0.0258 0.0219 0.0000 0.0349 0.0375...
2011 May 28
2
dtmf Caller-id detection before first ring
Hi dears, I am from saudi arabia and using asterisk 1.6.2.13,Dahdi-2.3.0 and Digium, Inc. Wildcard AEX800 8-port analog card (PCI-Express) . I am facing problem with detecting caller id before first ring.I recorded the dahdi channel using dahdi_monitor command. Where I am able to see and hear caller-id dtmf tones. Pl tell me the procedure to upload recorded file if you needed. Something I want
2011 Mar 23
1
Function to crop p-values from multiple Anovas
...f age treatment gene1 gene2 gene3 gene4 sample1 young drug 392 878 908 740 sample2 young control 167 263 711 392 sample3 young drug 155 252 242 547 sample4 young control 333 348 295 300 sample5 old drug 392 878 908 740 sample6 old control 167 263 711 392 sample7 old drug 155 252 242 547 sample8 old control 333 348 295 300 Now I would like to define a function that will crop the p-values from an Anova (so that I can use the function with a 'for loop' later on to go through all the genes): > p.fun <- function(arg) { two_way_anova <- aov(arg ~ age * treatment, data = exam...