Skip to content

(no subject)

2 messages · Ungku Akashah, Johannes Hüsing

#
Ungku Akashah <kaslah90 at yahoo.com> [Thu, Jun 02, 2011 at 10:31:53AM CEST]:
Please do read the posting guide before posing a question here.
The message would have benefitted from a title. Mentioning the
package where the error occurred (hint: it doesn't seem to occur
within the package lda) would also have helped. Preparing a
minimal example where this message occurred would have made it 
easier for us to replicate the error message.
Semantically, the sentence means that the values of the variables 
whose position in the data frame are given appear to be the same 
within all groups. That means that I'd expect something like

tapply(x, grouping. unique) 

would produce only one value per result.