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
Currently boundary correction generates NAs for values near ends of vector after convolution . Important to note that # of NAs "varies" so na.omit() won't work and will cause size inconsistencies. Current fix, use last non-null value at head and tail of vector as padding.
See line 627 in R/ppc-loo.R
The text was updated successfully, but these errors were encountered:
ecoronado92
changed the title
ppc_loo_pit_overlay(): NA values generated near ends after convolution
ppc_loo_pit_overlay(): NA values generated near ends after convolution in boundary correction
Oct 16, 2020
Currently boundary correction generates NAs for values near ends of vector after convolution . Important to note that # of NAs "varies" so
na.omit()
won't work and will cause size inconsistencies. Current fix, use last non-null value at head and tail of vector as padding.See line 627 in
R/ppc-loo.R
The text was updated successfully, but these errors were encountered: