File: chgDefaults-methods.Rd

package info (click to toggle)
robustbase 0.8-1-1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,156 kB
  • sloc: fortran: 2,553; ansic: 2,419; makefile: 1
file content (25 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{chgDefaults-methods}
\docType{methods}
\alias{chgDefaults}% the generic
\alias{chgDefaults-methods}
\alias{chgDefaults,ANY-method}
\alias{chgDefaults,psi_func-method}
\title{Methods for Function chgDefaults() in Package `robustbase'}
\description{
  This is auxiliary functionality for modifying
  \code{\link{psi_func-class}} objects.
}
\section{Methods}{
  \describe{
    \item{\code{object = "psi_func"}}{The method is used to change the default
      values for the tuning parameters, and returns a
      \code{\link{psi_func-class}} object, a copy of input \code{object}
      with the slot \code{tDefs} possibly changed;.
    }
  }
}
\examples{
## FIXME -- add one %% --> ../experi-psi-rho-funs.R
}
\keyword{methods}