umx_pad | R Documentation |
This function pads an R object (list, data.frame, matrix, atomic vector)
with NA
s. For matrices, lists and data.frames, this occurs by extending
each (column) vector in the object.
umx_pad(x, n)
x |
An R object (list, data.frame, matrix, atomic vector). |
n |
The final length of each object. |
- padded object
- https://github.com/kevinushey/Kmisc/tree/master/man
Other Miscellaneous Utility Functions:
install.OpenMx()
,
libs()
,
qm()
,
umxLav2RAM()
,
umxModelNames()
,
umxRAM2Lav()
,
umxVersion()
,
umx_array_shift()
,
umx_find_object()
,
umx_lower.tri()
,
umx_msg()
,
umx_open_CRAN_page()
,
umx_print()
,
umx
umx_pad(1:3, 4)
umx_pad(1:3, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.