Replacement Functions - Method
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | ## S4 replacement method for signature 'cptFor'
errors(x) <- value
## S4 replacement method for signature 'cptFor'
m(x) <- value
## S4 replacement method for signature 'cptFor'
detector(x) <- value
## S4 replacement method for signature 'cptFor'
gamma(x) <- value
## S4 replacement method for signature 'cptFor'
errorsVar(x) <- value
## S4 replacement method for signature 'cptFor'
errors2Var(x) <- value
## S4 replacement method for signature 'cptFor'
cusum(x) <- value
## S4 replacement method for signature 'cptFor'
cusum2(x) <- value
## S4 replacement method for signature 'cptFor'
alpha(x) <- value
## S4 replacement method for signature 'cptFor'
critValue(x) <- value
## S4 replacement method for signature 'cptFor'
threshold(x) <- value
## S4 replacement method for signature 'cptFor'
threshold2(x) <- value
## S4 replacement method for signature 'cptFor'
tau(x) <- value
## S4 replacement method for signature 'cptFor'
tau2(x) <- value
## S4 replacement method for signature 'cptFor'
updateStats(x) <- value
## S4 replacement method for signature 'cptFor'
forecastErrorType(x) <- value
## S4 replacement method for signature 'cptFor'
updateStats2(x) <- value
|
x |
object of class |
value |
value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.