parameterScan {methimpute} | R Documentation |
Perform a parameter scan for an arbitrary parameter.
parameterScan(f, param, values, ...)
f |
A function for which to perform the scan. |
param |
A character with the parameter for which to perform the scan. |
values |
A vector with parameter values for which to perform the scan. |
... |
Other parameters passed through to |
A data.frame with loglikelihood values.