extract_gradient {R2admb} | R Documentation |
Extract gradient values from last iteration of screen output and return dataframe with variable names, values and gradient, sorted in order of ascending absolute value of the gradient.
extract_gradient(admbfile)
admbfile |
base name of admb project |
a dataframe with 3 columns var=variable name, value= final parameter value, gradient= gradient value
Jeff Laake