ctmaStanResample: ctmaStanResample

View source: R/ctmaStanResample.R

ctmaStanResampleR Documentation

ctmaStanResample

Description

re-sample from a fitted stanct model to achieve desired number of finishsamples (could be useful to prevent exhausted memory)

Usage

ctmaStanResample(ctmaFittedModel = NULL, nsamples = 25, overallSamples = 500)

Arguments

ctmaFittedModel

a 'CoTiMA' fit object, usually with few 'finishsamples' to prevent memory exhaustion

nsamples

sample size per run

overallSamples

overall samples size to be achieved

Value

returns a CoTiMA fit object with an increased number of finish samples


CoTiMA documentation built on Nov. 10, 2022, 5:16 p.m.