| .extract_list_object | R Documentation |
Consider a list of named sub-lists. This function extracts, for each sub-list,
the sub-list element that is specified by the user. This function is useful
for extracting results from efa_fit() for each imputation in
efa_mi().
.extract_list_object(alist, object)
alist |
A list of sub-lists, typically a list of |
object |
String of length 1. The name of the object to extract e.g.
|
A list of length m, with each element containing the extracted
object for the kth element (k = 1,..., m).
Andreas Soteriades
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.