Closed josherrickson closed 1 year ago
If a design has a block() and the user calls lmitt() without at least one of:
block()
lmitt()
WeightedDesign
weights=
absorb = TRUE
Provide a warning/message along the lines of "Your design includes blocks but the model you fit does not utilize that information."
(Note for 1., users passing a non-WeightedDesign weight (see reopening of #75) would mean they're not using the block information.)
If a design has a
block()
and the user callslmitt()
without at least one of:WeightedDesign
in theweights=
argument,absorb = TRUE
Provide a warning/message along the lines of "Your design includes blocks but the model you fit does not utilize that information."
(Note for 1., users passing a non-
WeightedDesign
weight (see reopening of #75) would mean they're not using the block information.)