\HeaderA{maLoess}{Stratified univariate robust local regression}{maLoess}
\keyword{smooth}{maLoess}
\begin{Description}\relax
This function performs robust local regression of a variable \code{y} on predictor variable \code{x}, separately within values of a third variable \code{z}. It is used by \code{\LinkA{maNormLoess}{maNormLoess}} for intensity dependent location normalization.
\end{Description}
\begin{Usage}
\begin{verbatim}
maLoess(x, y, z, w=NULL, subset=TRUE, span=0.4, ...)
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{x}] A numeric vector of predictor variables.
\item[\code{y}] A numeric vector of responses.
\item[\code{z}] Variables used to stratify the data.
\item[\code{w}] An optional numeric vector of weights.
\item[\code{subset}] A "logical" or "numeric" vector indicating the subset of points used to compute the fits. 
\item[\code{span}] The argument \code{span} which controls the degree of
smoothing in the  \code{\LinkA{loess}{loess}} function.
\item[\code{...}] Misc arguments
\end{ldescription}
\end{Arguments}
\begin{Details}\relax
\code{y} is regressed on \code{x}, separately within values of \code{z} using the \code{\LinkA{loess}{loess}} function.
\end{Details}
\begin{Value}
A numeric vector of fitted values.
\end{Value}
\begin{Author}\relax
Sandrine Dudoit, \url{http://www.stat.berkeley.edu/~sandrine}.
\end{Author}
\begin{References}\relax
S. Dudoit and Y. H. Yang. (2002). Bioconductor R packages for exploratory analysis and normalization of cDNA microarray data. In G. Parmigiani, E. S. Garrett, R. A. Irizarry and S. L. Zeger, editors, \emph{The Analysis of Gene Expression Data: Methods and Software}, Springer, New York.\\ \\

Y. H. Yang, S. Dudoit, P. Luu, and T. P. Speed (2001). Normalization for cDNA microarray data. In M. L. Bittner, Y. Chen, A. N. Dorsel, and E. R. Dougherty (eds), \emph{Microarrays: Optical Technologies and Informatics}, Vol. 4266 of \emph{Proceedings of SPIE}.\\ \\

Y. H. Yang, S. Dudoit, P. Luu, D. M. Lin, V. Peng, J. Ngai, and T. P. Speed (2002). Normalization for cDNA microarray data: a robust composite method addressing single and multiple slide systematic variation. \emph{Nucleic Acids Research}, Vol. 30, No. 4.
\end{References}
\begin{SeeAlso}\relax
\code{\LinkA{maNormMain}{maNormMain}}, \code{\LinkA{maNormLoess}{maNormLoess}}, \code{\LinkA{loess}{loess}}.
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
# See examples for maNormMain.

\end{ExampleCode}
\end{Examples}


