Skip to content

Commit

Permalink
v0.2.2 Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-watson committed Jan 19, 2023
1 parent 080afe8 commit 0878c7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
#' @param exp_cond Vector specifying the experimental condition index of each observation
#' @param V0_list List of prior covariance matrices for the model parameters
#' @param type Integer. 0 = local search algorithm. 1 = local+greedy+local. 2 = local+greedy. 3 = greedy+local
#' @param rd_mode Integer. Robust objective function, 1=weighted average, 2=minimax
#' @param robust_log Logical indicating to use a weighted sum of log (TRUE) or absolute (FALSE) values of the c-optimal
#' function when using a robust criterion.
#' @param trace Logical indicating whether to provide detailed output
#' @param uncorr Logical indicating whether to treat all the experimental conditions as uncorrelated (TRUE) or not (FALSE)
#' @param bayes Logical indicating whether to use a Bayesian model with prior distributions on model parameters (TRUE) or a
Expand Down
5 changes: 3 additions & 2 deletions man/GradRobustStep.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/gd_search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//' @param exp_cond Vector specifying the experimental condition index of each observation
//' @param V0_list List of prior covariance matrices for the model parameters
//' @param type Integer. 0 = local search algorithm. 1 = local+greedy+local. 2 = local+greedy. 3 = greedy+local
//' @param robust_log. Logical indicating to use a weighted sum of log (TRUE) or absolute (FALSE) values of the c-optimal
//' @param robust_log Logical indicating to use a weighted sum of log (TRUE) or absolute (FALSE) values of the c-optimal
//' function when using a robust criterion.
//' @param trace Logical indicating whether to provide detailed output
//' @param uncorr Logical indicating whether to treat all the experimental conditions as uncorrelated (TRUE) or not (FALSE)
Expand Down

0 comments on commit 0878c7c

Please sign in to comment.