powered by
Get the value of a rate parameter.
The rate parameters are: Alpha, Beta.
# S3 method for K80 getRateParam(this, name, ...)
A K80 object.
The name of the rate parameter.
Not used.
A numeric vector of length one.
For more information see K80.
K80
# NOT RUN { # construct a K80 object p<-K80(); # set/get a rate parameter setRateParam(p,"Alpha",4) getRateParam(p,"Beta") # get object summary summary(p) # }
Run the code above in your browser using DataLab