View source: R/estimateNLLStable.R
Outputs all model performance and other summary metrics and diagnostics for the
estimated model for calibration and validates sites to the ~/estimate/(run_id)_summary.txt
file.  
 
Executed By: estimate.R 
Executes Routines: unPackList.R 
1 2 3 4 5  | estimateNLLStable(file.output.list, if_estimate, if_estimate_simulation,
  ifHess, if_sparrowEsts, classvar, sitedata, numsites, ANOVA.list,
  JacobResults, HesResults, sparrowEsts, Mdiagnostics.list,
  Cor.ExplanVars.list, if_validate, vANOVA.list, vMdiagnostics.list,
  betavalues, Csites.weights.list)
 | 
if_estimate | 
 yes/no indicating whether or not estimation is run  | 
if_estimate_simulation | 
 character string setting from sparrow_control.R indicating whether estimation should be run in simulation mode only.  | 
ifHess | 
 yes/no indicating whether second-order Hessian standard errors should be computed  | 
if_sparrowEsts | 
 value of 1   | 
classvar | 
 character vector of user specified spatially contiguous discrete classification variables from sparrow_control. First element is reach classification variable.  | 
sitedata | 
 Sites selected for calibration using   | 
numsites | 
 number of sites selected for calibration  | 
JacobResults | 
 list output of Jacobian first-order partial derivatives of the model
residuals   | 
HesResults | 
 list output of Hessian second-order standard errors
  | 
sparrowEsts | 
 list object contained in estimate.list   | 
if_validate | 
 yes/no indicating whether or not validation is run  | 
betavalues | 
 data.frame of model parameters from parameters.csv  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.