Skip to content

Commit

Permalink
Update the argument description
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Nov 1, 2023
1 parent 81e29f6 commit b447763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/mfairGreedy.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @param maxdepth Integer. Parameter for the gradient boosting part.
#' @param other_tree_para A list containing other parameters for the gradient boosting part. See rpart::rpart.control() for details.
#' @param tol_snr Numeric. The convergence criterion which determine the inferred rank of data.
#' @param null_check Logical. If TRUE, then mfair will check whether the current factor is close to zero. If the check is performed and successful, the factor will be deleted in the returned fit.
#' @param null_check Logical. If TRUE, then mfair will check whether the currently inferred factor is close to zero compared to the estimated noise strength. If the check is performed and successful, the factor will be deleted in the returned fit, and the greedy algorithm will be terminated.
#' @param verbose_greedy Logical. Whether to display the detailed information when fitting the model.
#' @param save_init Logical. Whether to save the initialization of the model.
#' @param sf_para A list containing parameters for fitting the single factor MFAI model. See fitSFFully(), fitSFMissing(), or fitSFSparse() for details.
Expand Down
2 changes: 1 addition & 1 deletion man/fitGreedy.Rd

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

0 comments on commit b447763

Please sign in to comment.