Hi,
I am reporting the same error as another user.
when i run "plot(out,index.type="cluster.all",byPatient=F)", it happend to me "Error in as.double(y) : cannot coerce type 'S4' to vector of type 'double'". Someone can tell me how to resolve it?
I follow the step by step approach
obj <- new("Startrac",processed,aid="all")
obj <- calIndex(obj)
obj <- pIndex(obj)
where processed is a data.frame as required.
I also tried running the function
obj <- suppressWarnings(Startrac.run(processed, proj = "all", cores = NULL, n.perm = NULL, verbose = T))
The results is then same
Thanks
Hi,
I am reporting the same error as another user.
when i run "plot(out,index.type="cluster.all",byPatient=F)", it happend to me "Error in as.double(y) : cannot coerce type 'S4' to vector of type 'double'". Someone can tell me how to resolve it?
I follow the step by step approach
obj <- new("Startrac",processed,aid="all")
obj <- calIndex(obj)
obj <- pIndex(obj)
where processed is a data.frame as required.
I also tried running the function
obj <- suppressWarnings(Startrac.run(processed, proj = "all", cores = NULL, n.perm = NULL, verbose = T))
The results is then same
Thanks