Skip to content
Back to formatted view

Raw Message

Message-ID: <26526489.post@talk.nabble.com>
Date: 2009-11-26T11:30:47Z
From: Krusty the Klown
Subject: homals (level numerical, scoremat and catscores...)

Just run this code:

library(homals)
data(sleeping)
sleeping
res <- homals(sleeping[,2:4], level = c(rep("numerical",2),"nominal"),
ndim=1)
plot(sleeping[,2],res$scoremat[,,1][,1],axes=F)
axis(1,sleeping[,2])
abline(h=res$scoremat[,,1][,1])
box()

It looks strange, innit? There is something which does not come out right
among catscores and scoremat... which are the right transformed values?
:working:
-- 
View this message in context: http://old.nabble.com/homals-%28level-numerical%2C-scoremat-and-catscores...%29-tp26526489p26526489.html
Sent from the R help mailing list archive at Nabble.com.