Pad an Object with NAs
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
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.