result_mcmc <- STRN_MHmcmc(result=try)
, use:
result_mcmc$SD
coda package is necessary for this function.
The dataSTRN is a named list with the following objects:
searchR
tsd
The Temperatures text for CTE can be:
TimeWeighted.temperature.mean
TSP.TimeWeighted.temperature.mean
TSP.MassWeighted.temperature.mean
TSP.STRNWeighted.temperature.mean
TSP.MassWeighted.STRNWeighted.temperature.mean
MiddleThird.TimeWeighted.temperature.mean
They are explained in the info.nests
function.
This function is not still fully described as it has not been published still.
The parameters intermediate and filename are used to save intermediate results every 'intermediate' iterations (for example 1000). Results are saved in a file of name filename.
The parameter previous is used to indicate the list that has been save using the parameters intermediate and filename. It permits to continue a mcmc search.
These options are used to prevent the consequences of computer crash or if the run is very very long and processes at time limited.
STRN_MHmcmc(result = NULL, n.iter = 10000, parametersMCMC = NULL, n.chains = 1, n.adapt = 0, thin = 1, trace = FALSE, batchSize = sqrt(n.iter), dataSTRN = NULL, intermediate = NULL, filename = "intermediate.Rdata", previous = NULL)
## Not run:
# library(embryogrowth)
# ## End(Not run)
Run the code above in your browser using DataLab