Skip to content
Prev 12077 / 398502 Next

problem with levels in dataframes

On Mon, 2 Jul 2001 tomsv193 at student.liu.se wrote:

            
It means protocol.adjustment$n.adjustments[j] is not a level existing in
the factor protocol$n.adjustments, hence `invalid factor level'.

You'll need to look at the details for yourself.

Factors are designed to a fixed set of levels: you can't add to the levels
by assignment like this.

Brian