powered by
Extract samples from a ctStanFit object
extract.ctStanFit(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 { e = extract.ctStanFit(ctstantestfit) head(e) # }
Run the code above in your browser using DataLab