parameterScan {methimpute}R Documentation

Perform a parameter scan

Description

Perform a parameter scan for an arbitrary parameter.

Usage

parameterScan(f, param, values, ...)

Arguments

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 f.

Value

A data.frame with loglikelihood values.


[Package methimpute version 1.15.0 Index]