extract_post_mean {lddmm} | R Documentation |
Parameter posterior means
Description
Function to extract the posterior means of the parameters of interest from a lddmm fit object.
Usage
extract_post_mean(data, fit, par = c("drift", "boundary"))
Arguments
data |
dataframe with the following columns:
|
fit |
fit from the lddmm function |
par |
parameter to output ('drift', or 'boundary') |
Value
Matrix with the following columns:
subject: participant labels
block: training blocks
par_s_d, ...: posterior means for the requested parameters
[Package lddmm version 0.4.2 Index]