> MNAR_documentation("rank")
[1] "@template MNAR"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
[2] "@template delete"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
[3] "@details The functions \\code{delete_MNAR_rank} and \\code{\\link{delete_MAR_rank}} are sisters. The only difference between these two functions is the column that controls the generation of missing values. In \\code{\\link{delete_MAR_rank}} a separate column \\code{cols_ctrl[i]} controls the generation of missing values in \\code{cols_mis[i]}. In contrast, in \\code{delete_MNAR_rank} the generation of missing values in \\code{cols_mis[i]} is controlled by \\code{cols_mis[i]} itself. All other aspects are identical for both functions. Therefore, further details can be found in \\code{\\link{delete_MAR_rank}}. "
[4] "@inheritParams delete_MAR_rank"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
[5] "@seealso \\code{\\link{delete_MAR_rank}}"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
[6] "@export"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
[7] "@examples ds <- data.frame(X = 1:20, Y = 101:120)"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

