Rev 27497 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: asOneSidedFormula.Rd,v 1.1 2003/12/11 07:16:06 ripley Exp $\name{asOneSidedFormula}\title{Convert to One-Sided Formula}\usage{asOneSidedFormula(object)}\alias{asOneSidedFormula}\arguments{\item{object}{a one-sided formula, an expression, a numeric value, or acharacter string.}}\description{Names, expressions, numeric values, and character strings are converted toone-sided formulas. If \code{object} is a formula, it must beone-sided, in which case it is returned unaltered.}\value{a one-sided formula representing \code{object}}\author{Jose Pinheiro and Douglas Bates}\seealso{\code{\link{formula}}}\examples{asOneSidedFormula("age")asOneSidedFormula(~ age)}\keyword{models}