initModel: Perform an initialisation of the model

Description Usage Arguments Value See Also

View source: R/create_model.R

Description

Possibility to use different sampling methods

Usage

1
2
initModel(model, core, inits, precorrelate = T, method = "randomlhs",
  nb_cores = 1, perform_plots = F)

Arguments

model

A MRAmodel object to initialise

core

A list containing the design and data

inits

Number of random samples to use for the initialisation

precorrelate

Whether the parameters should be precorrelated

method

The LHS method to use to generate the random samples

nb_cores

Maximum number of cores to use for the initialisation

perform_plots

Whether the distribution of the residuals and the correlation plots for the parameters deduced by correlation should be plotted or not

Value

A list with the initialisation results

See Also

Other Model initialisation: createModel


molsysbio/STASNet documentation built on May 29, 2019, 5:45 a.m.