Skip to content

Commit

Permalink
Removed print statement for covariate adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmarco committed Oct 14, 2023
1 parent c5ded22 commit d29dd95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified src/BayesFMMM.so
Binary file not shown.
1 change: 0 additions & 1 deletion src/UserFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,6 @@ Rcpp::List BFMMM_warm_start(const int tot_mcmc_iters,
arma::field<arma::cube> gamma_xi_est(1,K);

for(int j = 0; j < K; j++){
Rcpp::Rcout << "j =" << K;
xi_est(0,j) = arma::zeros(xi_samp(0,j).n_rows, xi_samp(0,j).n_cols,
xi_samp(0,j).n_slices);
gamma_xi_est(0,j) = arma::zeros(gamma_xi_samp(0,j).n_rows,
Expand Down

0 comments on commit d29dd95

Please sign in to comment.