search for: sample_imput

Displaying 2 results from an estimated 2 matches for "sample_imput".

Did you mean: sample_impute
2008 Feb 11
1
Help with write.csv
Dear all, I am new to R. I am using the impute package with data contained in csv file. I have followed the example in the impute package as follows: > mydata = read.csv("sample_impute.csv", header = TRUE) > mydata.expr <- mydata[-1,-(1:2)] > mydata.imputed <- impute.knn(as.matrix(mydata.expr)) The impute is succesful. Then I try to write the imputation results (mydata.imputed) to a csv file such as follows.. > write.csv(mydata.imputed, file = "sample...
2008 Feb 11
0
Testing for differecnes between groups, need help to find the right test in R. (Kes Knave)
...ject.org Message-ID: <9254175c0802102348x311bcd5bgbc368fdf402d0355 at mail.gmail.com> Content-Type: text/plain Dear all, I am new to R. I am using the impute package with data contained in csv file. I have followed the example in the impute package as follows: > mydata = read.csv("sample_impute.csv", header = TRUE) > mydata.expr <- mydata[-1,-(1:2)] > mydata.imputed <- impute.knn(as.matrix(mydata.expr)) The impute is succesful. Then I try to write the imputation results (mydata.imputed) to a csv file such as follows.. > write.csv(mydata.imputed, file = "sample...