.noDotDotDot {lessSEM} | R Documentation |
.noDotDotDot
Description
remplaces the dot dot dot part of the fitting and gradient fuction
Usage
.noDotDotDot(fn, fnName, ...)
Arguments
fn |
fit or gradient function. IMPORTANT: THE FIRST ARGUMENT TO THE FUNCTION MUST BE THE PARAMETER VECTOR |
fnName |
name of the function fn |
... |
additional arguments |
Value
list with (1) new function which wraps fn and (2) list with arguments passed to fn
[Package lessSEM version 1.5.5 Index]