From 739acac651590bbb0d794db3431b2228c9604e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Ov=C3=A1dek?= <46047818+michalovadek@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:21:06 +0000 Subject: [PATCH] mention of missing values in docs --- R/Estimate.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/Estimate.R b/R/Estimate.R index b31f716..6a73f2d 100755 --- a/R/Estimate.R +++ b/R/Estimate.R @@ -97,10 +97,10 @@ #' with a person-level interaction). #' @param simul_data Optionally, data that has been generated by the \code{\link{id_sim_gen}} function. #' @param unbounded Whether or not the outcome/response is unbounded (i.e., continuous or -#' Poisson). If it is, \code{miss_val} +#' Poisson). If it is, missing value #' is recoded as the maximum of the outcome + 1. #' @param exclude_level A vector of any values that should be treated as \code{NA} in the response matrix. -#' Unlike the \code{miss_val} parameter, these values will be dropped from the data before +#' Unlike missing values, these values will be dropped from the data before #' estimation rather than modeled explicitly. #' @param simulation If \code{TRUE}, simulated values are saved in the \code{idealdata} object for #' later plotting with the \code{\link{id_plot_sims}} function @@ -1188,4 +1188,4 @@ id_estimate <- function(idealdata=NULL,model_type=2, return(outobj) -} \ No newline at end of file +}