It is possible to build a formula without a response, in which case it must be processed before being used in the typical fashion.
Operators in formulas have the same precedence as anywhere else in S-PLUS. Operators that are especially significant in formulas are: +, -, *, /, :, ^ and %in%. The functions I and Error are also used, as is . (period).
my.form <- pre.mean ~ spinsp + devtimeaov(my.form, wafer) tree(my.form, wafer)