
CovControl
class
and contains the control parameters for CovSestnew("CovControlSest", ...)
or by calling the constructor-function CovControlSest
."CovControl "
, directly.## the following two statements are equivalent
ctrl1 <- new("CovControlSest", bdp=0.4)
ctrl2 <- CovControlSest(bdp=0.4)
data(hbk)
CovSest(hbk, control=ctrl1)
Run the code above in your browser using DataLab