harrysouthworth / texmex

Extreme value modelling with R
7 stars 7 forks source link

evm fails with ordered factors as covariates #1

Open harrysouthworth opened 10 years ago

harrysouthworth commented 10 years ago

liver$dose <- ordered(liver$dose) evm(log(ALT.M / ALT.B), data=liver, qu=.5, phi=~dose) Error in [.data.frame(data, , classes %in% c("factor", "ordered", "character"), : undefined columns selected