Skip to content

Commit

Permalink
Merge pull request #31 from saudiwin/michalovadek-missing-values
Browse files Browse the repository at this point in the history
mention of missing values in docs
  • Loading branch information
Robert Kubinec authored Dec 16, 2024
2 parents 9d637d0 + 739acac commit 9c206cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/Estimate.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1188,4 +1188,4 @@ id_estimate <- function(idealdata=NULL,model_type=2,

return(outobj)

}
}

0 comments on commit 9c206cf

Please sign in to comment.