search for: data_file_out

Displaying 1 result from an estimated 1 matches for "data_file_out".

Did you mean: data_file_count
2008 Oct 16
2
Saving results of Kruskal Walis test
...tors) : cannot coerce class "htest" into a data.frame The overall code is as follows : >data_file = read.table("~/DATA.dir/data_file.txt", header=T) >attach(data_file) >data_file.out <- krukal.test(data_file) >write.table(data_file.out, "~/DATA/results/data_file_out.txt") Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) : cannot coerce class "htest" into a data.frame Results do come in data_file.out after analysis as seen below: >data_file.out Kruskal-Wallis rank sum test data: value by...