h_get_timepoint_vars {tern.mmrm} | R Documentation |
Time points helper for Covariance Plot
Description
Get the inputted symmetric matrices row and column labels as numeric time points.
Usage
h_get_timepoint_vars(vcov_matrix, time_prefix = NULL)
Arguments
vcov_matrix |
( |
time_prefix |
( |
Value
This function returns a list with of two sets of numbers:
row_time
and col_time
, identifying the timepoints of the upper triangular
part of vcov_matrix
.
[Package tern.mmrm version 0.3.2 Index]