profile_pars_per_node | R Documentation |
Generates list of WhichPar
entries to facillitate distribute
profile calculation.
profile_pars_per_node(parameters, fits_per_node, side = c("both", "split")[1])
parameters |
list of parameters |
fits_per_node |
numerical, number of parameters that will be send to each node. |
side |
determine if both sides are calculated (default) or if the profiles are split in 'left' and 'right' for calculation |
Lists to split the parameters for which the profiles are calculated on the different nodes.
List with two arrays: from
contains the number of the starting
parameter, while to
stores the respective upper end of the parameter list
per node.
## Not run:
parameter_list <- setNames(1:10, letters[1:10])
var_list <- profile_pars_per_node(parameter_list, 4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.