View source: R/checkMissing_remeas.R
checkMissing_remeas | R Documentation |
This function is to check missing measurements in repeatedly measured
subject against intended measurements. Note that this function allows the
regeneration, which means there may be missing measurements at the begining of
intended masurements. Additionally, the function may allow the missing measurements
after a subject died, depending on how deadCode
is specified.
checkMissing_remeas(
subjectID,
measNo,
intendedMeasNo,
deadCode = NULL,
LDStatus
)
subjectID |
character, Specifies subject ID, such as a tree id. |
measNo |
numeric, Measurement number with bigger value indicates a later measurement. |
intendedMeasNo |
numeric, The measurement number that a subject is intended measured. |
deadCode |
character, The code indicates the subject is dead. This arguement serves two purposes:
1) switch the function whether check a subject under dead scenario (i.e., the missing
measurement before last intended measurement). Setting |
LDStatus |
character, Live or dead status. This arguement is called only when |
A data table that contains pass information. TRUE indicates pass, while FALSE indicates failure. The table also contains the missing measurements.
Yong Luo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.