Learn R Programming

ggdmc (version 0.1.3.9)

Dstats.ddm: Calculate Dstats of DDM Density

Description

Calculates and returns list with mean (meanD), variance (varD) and min (minD) of Deviance, deviance of mean theta (Dmean) and (optionally) matrix of deviances for each theta.

Usage

Dstats.ddm(samples, save = FALSE, fast = TRUE)

Arguments

samples
a DMC sample/object
save
a save switch
fast
choose different calculation routine

Details

This function is still under tweaking. Please use DMC's Dstat.dmc, instead.