Displaying 1 result from an estimated 1 matches for "testpart".
Did you mean:
testparm
2008 Aug 07
2
Problems using hetcor (polycor)
...d for atomic vectors
Additional: Warning message:
1: In polychor(x, y, ML = ML, std.err = std.err) :
1 row with zero marginal removed
2: In polychor(x, y, ML = ML, std.err = std.err) :
the table has fewer than 2 rows
Use tab delimited data at the end of the post.
Copy in Texteditor and save as TestPart.txt
Then use the following code
library(methods)
setClass("of")
setAs("character", "of", function(from) as.ordered(from))
Classe81<-cclasses <- c(rep("factor", 64), rep("numeric",6), rep ("of",
12))
TestPart<-read.table(&qu...