You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amcheck() checks to see if there are any NA values in any POSIXt (date/time) variables in the dataset and throws an error if so, but it runs the check for all variables in the dataset, not just those not named in idvars. It should ignore variables named in idvars, as these will neither be imputed nor used in the imputation but may exist in the dataset as metadata. The simple fix is to exclude the idvars variables in the check for POSIXt variables.
amcheck()
checks to see if there are anyNA
values in anyPOSIXt
(date/time) variables in the dataset and throws an error if so, but it runs the check for all variables in the dataset, not just those not named inidvars
. It should ignore variables named inidvars
, as these will neither be imputed nor used in the imputation but may exist in the dataset as metadata. The simple fix is to exclude theidvars
variables in the check forPOSIXt
variables.Amelia/R/amcheck.r
Lines 941 to 947 in 4de6306
The text was updated successfully, but these errors were encountered: