Description Usage Arguments Value Author(s) See Also Examples
Get the rate parameters.
The rate parameters are: Alpha, Beta.
1 2 | ## S3 method for class 'K80'
getRateParamList(this, ...)
|
this |
A K80 object. |
... |
Not used. |
The list of rate parameters.
Botond Sipos, Gregory Jordan
For more information see K80
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # create K80 object
p<-K80()
# set/get rate parameters
setRateParamList(p,list(
"Alpha"=1,
"Beta"=0.5
))
getRateParamList(p)
# set/get rate parameters via virtual field
p$rateParamList<-list(
"Alpha"=1,
"Beta"=3
)
p$rateParamList
# get object summary
summary(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.