search for: 3hbi

Displaying 1 result from an estimated 1 matches for "3hbi".

Did you mean: 32bi
2004 Jun 29
2
Several PCA questions...
...they may be). I do the following... # My data table. allDat <- read.table("big_select_thresh_5", header=1) # Where some rows look like this... # PDB SUNID1 SUNID2 AA CH IPCA PCA IBB BB # 3sdh 14984 14985 6 10 24 24 93 116 # 3hbi 14986 14987 6 10 20 22 94 117 # 4sdh 14988 14989 6 10 20 20 104 122 # NB First three columns = row ID, last 6 = variables attach(allDat) # My columns of interest (variables). part <- data.frame(AA,CH,IPCA,PCA,IBB,BB) pc <- p...