Skip to content

Commit

Permalink
📝 explicit state that NA values are not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
lenarddome committed Aug 16, 2022
1 parent 7648f47 commit 8ee7247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/pspGlobal.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pspGlobal(model, control, save = FALSE, path = ".", quiet = FALSE)

\arguments{
\item{model}{The ordinal function. It should take a numeric vector (parameter set)
as its argument, and return an inequality matrix (Dome & Wills, n.d.) in a \code{matrix} format with `type=double`. NA values are allowed, see Note 2.}
as its argument, and return an inequality matrix (Dome & Wills, n.d.) in a \code{matrix} format with `type=double`. NA values are note allowed, see Note 2.}
\item{control}{A \code{list()} of control arguments that tunes the behaviour of the parameter space partitioning routine. See Details for more information on what to include.}
\item{save}{if \code{save = TRUE}, all evaluated parameters will be saved to disk. The deafult is \code{FALSE}.}
\item{path}{If `save = TRUE`, the path to the file that will store all evaluated parameters. The default path is the current working directory.}
Expand Down

0 comments on commit 8ee7247

Please sign in to comment.