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)
An R object (list, data.frame, matrix, atomic vector).
The final length of each object.
- padded object
Other Miscellaneous Functions: install.OpenMx
,
umx_get_options
,
umx_is_class
, umx_is_numeric
,
umx_open_CRAN_page
,
xmu_twin_check
# NOT RUN {
umx_pad(1:3, 4)
umx_pad(1:3, 3)
# }
Run the code above in your browser using DataLab