Displaying 2 results from an estimated 2 matches for "trudy".
Did you mean:
rudy
2003 May 15
1
Importing S-Plus data sets into R
Dear All
I apologise for such a simplistic question. However I am having immense trouble getting my S-Plus data set into R. I have attempted data.dump/data.restore though I am unable to get it to work for me. The error I am getting in R is :
Error in seek(s) : no applicable method for "seek"
Is this the best way to import S-Plus datasets or is there another suggestion that I could
2011 Jan 03
0
Using PCA to correct p-values from snpMatrix
...= allele A, -1 = allele B, 0 = hetero
snp.data = matrix(
c(0,1,0,-1,-1,1,1,-1,0,1,1,0,0,1,0,-1,-1,NA,0,-1,0,0,1,0),
nrow=3,
dimnames = list(
c("bob", "frita", "trudy"),
c("snp1", "snp2", "snp3", "snp4", "snp5","snp6", "snp7",
"snp8")
)
)
# phenotype data - resistant or susceptible to zombie infection
phenotype.data = matrix(...