Last chance! 50% off unlimited learning
Sale ends in
Gets internal stan parameter names of a ctStanFit object based on specified substrings.
ctStanParnames(x, substrings = c("pop_", "popsd"))
ctStanFit object
vector of character strings, parameter names of the stan model containing any of these strings will be returned. Useful strings may be 'pop_' for population means, 'popsd' for population standard deviations, or specific combinations such as 'pop_DRIFT' for the population means of temporal dynamics parameters
vector of character strings.
# NOT RUN {
ctStanParnames(ctstantestfit,substrings=c('pop_','popsd'))
# }
Run the code above in your browser using DataLab