Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fenguoerbian committed Aug 26, 2024
1 parent c67b998 commit a2d05b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions R/mm_path_solver.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
#' at least one column named "subj_vec_fct", which indicates the subject level.
#' If this is the only column in `rand_eff_df`, then a constant random effect
#' is applied. If there is other column(s), then they will all be additively added
#' to the random effect as the slope term.
#' to the random effect as the slope term. The number of rows of `rand_eff_df`
#' is the the same as `length(y_vec)`.
#'
#' @param h,kn,p dimension information for the dataset(\code{x_mat}).
#'
Expand Down Expand Up @@ -411,7 +412,8 @@ Logistic_FARMM_Path <- function(y_vec, x_mat, h, kn, p, rand_eff_df,
#' at least one column named "subj_vec_fct", which indicates the subject level.
#' If this is the only column in `rand_eff_df`, then a constant random effect
#' is applied. If there is other column(s), then they will all be additively added
#' to the random effect as the slope term.
#' to the random effect as the slope term. The number of rows of `rand_eff_df`
#' is the the same as `length(y_vec)`.
#'
#' @param h,kn,p dimension information for the dataset(\code{x_mat}).
#'
Expand Down Expand Up @@ -867,7 +869,8 @@ Logistic_FARMM_CV_path <- function(y_vec, x_mat, h, kn, p, rand_eff_df,
#' at least one column named "subj_vec_fct", which indicates the subject level.
#' If this is the only column in `rand_eff_df`, then a constant random effect
#' is applied. If there is other column(s), then they will all be additively added
#' to the random effect as the slope term.
#' to the random effect as the slope term. The number of rows of `rand_eff_df`
#' is the the same as `length(y_vec)`.
#'
#' @param h,kn,p dimension information for the dataset(\code{x_mat}).
#'
Expand Down
3 changes: 2 additions & 1 deletion man/Logistic_FARMM_CV_path.Rd

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

3 changes: 2 additions & 1 deletion man/Logistic_FARMM_CV_path_par.Rd

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

3 changes: 2 additions & 1 deletion man/Logistic_FARMM_Path.Rd

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

0 comments on commit a2d05b1

Please sign in to comment.