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