splitvars(fixed)
getx(formula)
gety(formula)
getIC(fit, ictype)
getx and gety will return the x and y sides of the given formula respectively
getIC returns the AIC, AICc, or BIC for the given model based on which type was passed in )
FindMinIC
which should be used directly instead of these methods.