powered by
Extract samples from a ctStanFit object
ctExtract(object, ...)
ctStanFit object, samples may be from Stan's HMC, or the importance sampling approach of ctsem.
additional arguments to pass to rstan::extract.
rstan::extract
Array of posterior samples.
# NOT RUN { if (!exists("ctstantestfit")) example(ctstantestfit) e = ctExtract(ctstantestfit) # }
Run the code above in your browser using DataLab