The R Project SVN R

Rev

Rev 61168 | Rev 65208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61769
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
% file stats/man/ppr.Rd
6
% file stats/man/ppr.Rd
7
% copyright (C) 1995-8 B. D. Ripley
7
% copyright (C) 1995-8 B. D. Ripley
8
% copyright (C) 2000-3   The R Core Team
8
% copyright (C) 2000-3   The R Core Team
-
 
9
 
-
 
10
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
9
%
11
 
10
\name{ppr}
12
\name{ppr}
11
\alias{ppr}
13
\alias{ppr}
12
\alias{ppr.default}
14
\alias{ppr.default}
13
\alias{ppr.formula}
15
\alias{ppr.formula}
14
\title{Projection Pursuit Regression}
16
\title{Projection Pursuit Regression}
Line 152... Line 154...
152
  from each regressor at each step and so is a little less likely to
154
  from each regressor at each step and so is a little less likely to
153
  converge to a saddle point of the sum of squares criterion.
155
  converge to a saddle point of the sum of squares criterion.
154
}
156
}
155
\source{
157
\source{
156
  Friedman (1984): converted to double precision and added interface to
158
  Friedman (1984): converted to double precision and added interface to
157
  smoothing splines by B. D. Ripley, originally for the \pkg{MASS} package.
159
  smoothing splines by B. D. Ripley, originally for the \CRANpkg{MASS}
-
 
160
  package.
158
}
161
}
159
 
162
 
160
\references{
163
\references{
161
  Friedman, J. H. and Stuetzle, W. (1981)
164
  Friedman, J. H. and Stuetzle, W. (1981)
162
  Projection pursuit regression.
165
  Projection pursuit regression.