update_list | R Documentation |
"robust2sls"
objectupdate_list
takes an existing "robust2sls"
object and appends
the estimation results (ivreg model object, residuals,
standardised residuals, selection and type vectors) of a new iteration.
update_list(current_list, new_info, name)
current_list |
A list object of class |
new_info |
A list with named components |
name |
A character vector of length one naming the appended iteration
results. Convention is |
An object of class "robust2sls"
whose components
$model
, $res
, $stdres
, $sel
, and $type
are
now appended with the new iteration results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.