The R Project SVN R

Rev

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

Rev 27442 Rev 27464
Line 24... Line 24...
24
}
24
}
25
\seealso{
25
\seealso{
26
  \code{\link{methods}}, \code{\link{get}}
26
  \code{\link{methods}}, \code{\link{get}}
27
}
27
}
28
\examples{
28
\examples{
29
require(modreg)
29
require(stats)
30
exists("predict.ppr") # false
30
exists("predict.ppr") # false
31
getS3method("predict", "ppr")
31
getS3method("predict", "ppr")
32
}
32
}
33
\keyword{data}
33
\keyword{data}
34
 
34