If inverse=FALSE
and coefficient names begin with "logit", "log", or "sqrt"
the function will back-transform them (using plogis
,
exp
, or squaring), strip the descriptor
from the names, and set the transf
attribute.
Naturally, inverse=TRUE
will do the opposite.
If the transf
attribute is all empty strings
after an inverse transformation, it will be deleted.