Skip to content
Prev 34214 / 63424 Next

model.matrix troubles with AlgDesign

Hi Ulrike,

It looks like 'aus' is created by fac.design(); is there any reason why
you can't add the variable
y <- 1:nrow(aus)
to this data frame and use y as the response in your formula?

Otherwise I think aus needs to be in the environment of frml (or frml
needs to be given the environment of aus).

Heather
Ulrike Groemping wrote: