Nothing
Code
RMitemInfitCutoffMI(data.frame(a = 0:1, b = 1:0))
Condition
Error:
! `mids_object` must be a 'mids' object as returned by mice::mice().
Code
RMitemInfitMI(data.frame(a = 0:1, b = 1:0))
Condition
Error:
! `mids_object` must be a 'mids' object as returned by mice::mice().
Code
RMitemInfitMI(imp, cutoff = "abc")
Condition
Error:
! `cutoff` must be NULL, the return value of RMitemInfitCutoff() / RMitemInfitCutoffMI(), or its $item_cutoffs data.frame.
Code
RMitemInfitMI(imp, cutoff = data.frame(Item = "I1", infit_low = 0.8))
Condition
Error:
! `cutoff` data.frame is missing required columns: infit_high.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.