Skip to content
Snippets Groups Projects
Commit 475d0b23 authored by wbonat's avatar wbonat
Browse files

Add @export

parent 2c153893
Branches
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#' @param y_vec A vector. #' @param y_vec A vector.
#' @param mu_vec A vector. #' @param mu_vec A vector.
#' @return The quasi-score vector, the Sensivity and variability matrices. #' @return The quasi-score vector, the Sensivity and variability matrices.
#' @export
mc_quasi_score <- function(D, inv_C, y_vec, mu_vec) { mc_quasi_score <- function(D, inv_C, y_vec, mu_vec) {
res <- y_vec - mu_vec res <- y_vec - mu_vec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment