getParamMM {DynForest} | R Documentation |
Function to update the list of parameters for each marker using those estimated from previous node
Description
Function to update the list of parameters for each marker using those estimated from previous node
Usage
getParamMM(current_node, markers, params)
Arguments
current_node |
Current node of the tree |
markers |
Character vector indicating the name of the markers to be updated |
params |
List to be updated for the current node |
Value
List with the updated parameters from the requested markers
[Package DynForest version 1.1.3 Index]