Description Usage Arguments Value Author(s) See Also Examples
Set the value of a rate parameter.
The rate parameters are: Alpha, Beta, Gamma.
1 2 | ## S3 method for class 'K81'
setRateParam(this, name, value, ...)
|
this |
A K81 object. |
name |
The name of the rate parameter. |
value |
A numeric vector of length one. |
... |
Not used. |
The new value of the rate parameter (invisible).
Botond Sipos, Gregory Jordan
For more information see K81
.
1 2 3 4 5 6 7 8 | # construct a K80 object
p<-K81();
# set/get a rate parameter
setRateParam(p,"Alpha",4)
getRateParam(p,"Gamma")
# get object summary
summary(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.