Dear useRs,
version 1.0-0 of the "Formula" package has just been released on CRAN
http://CRAN.R-project.org/package=Formula
accompanied by an article in the Journal of Statistical Software
http://www.jstatsoft.org/v34/i01/
It provides simple infrastructre for processing formulas like
y ~ x1 + x2 | z1 + z2
where there are two groups of explanatory variables, e.g., pertaining to
separation equations for mean and variance or to regressors and
instruments etc. Furthermore formulas with multiple repsonses are
supported such as
y1 + y2 ~ x
which has a bivariate reponse with potentially different classes, e.g.,
factors, numeric, Survival etc.
Best wishes,
Z
_______________________________________________
R-packages mailing list
r-packa...@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.