R/getRates.R

Defines functions getRates

Documented in getRates

getRates<-function(modelFile){
LP<-Linp(modelFile)
unlist(as.data.frame(LP$X))   #optimized rates from the model file
}

Try the BiGGR package in your browser

Any scripts or data that you put into this service are public.

BiGGR documentation built on Nov. 8, 2020, 5:38 p.m.