Re: [R] help! kennard-stone algorithm in soil.spec packages does not work for my dataset!!!

2012-01-18 Thread Leonardo Ramirez-Lopez
Hi all Certainly there are some problems with the ken.sto function. In addition there are some considerations that need to be taken into account before using this code. For instance, it projects the data onto a principal component space prior sampling. In this case is necessary to check if a PCA

Re: [R] help! kennard-stone algorithm in soil.spec packages does not work for my dataset!!!

2011-07-15 Thread tauQSAR
I'm also trying to use the kennard-stone algorithm in the soil.spec package for my dataset, (to generate a training and test set from the data, based on this algorithm, because it's the most commonly used and well-performing algorithm in QSAR studies) but it's generating an error:

Re: [R] help! kennard-stone algorithm in soil.spec packages does not work for my dataset!!!

2010-11-08 Thread bbslover
http://r.789695.n4.nabble.com/file/n3032045/rsv1.txt rsv1.txt I am very grateful to David's suggestion, here , I upload my dataset rsv1.txt, also the question, ks-ken.sto(rsv1,per=TRUE,per.n=0.3,va=FALSE,sav=FALSE) it does not work, all results are NULL, i do not known why it is ? hope,

[R] help! kennard-stone algorithm in soil.spec packages does not work for my dataset!!!

2010-11-07 Thread bbslover
http://r.789695.n4.nabble.com/file/n3031344/RSV.Rdata RSV.Rdata I want to split my dataset to training set and test set using kennard-stone(KS) algorithm, it is lucky there is R packages soil.spec to implement it. but when I used it to my dataset, it does not work, who can help me, how reasons

Re: [R] help! kennard-stone algorithm in soil.spec packages does not work for my dataset!!!

2010-11-07 Thread David Winsemius
On Nov 7, 2010, at 6:53 PM, bbslover wrote: http://r.789695.n4.nabble.com/file/n3031344/RSV.Rdata RSV.Rdata I want to split my dataset to training set and test set using kennard-stone(KS) algorithm, it is lucky there is R packages soil.spec to implement it. but when I used it to my