Skip to content
Prev 4419 / 20628 Next

scope for LHS of formula in lmList

Ken Knoblauch <ken.knoblauch at ...> writes:
<snip>
Just a quick followup to my own message.  It isn't
specific to the LHS of the formula but seems to
affect variables that are isolated within a 
function call whether on the left or right hand
side, e.g., 


lmList(resp ~ I(1000 * TargCntr) | Obs, Context, binomial)
Error in unique(c("AsIs", oldClass(x))) : object 'TargCntr' not found
...

Thanks, 

Ken