Skip to content

Commit

Permalink
Update .Rhistory
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoEgidi committed May 22, 2024
1 parent 9175676 commit 96ed1a4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
epsilon = epsilon, sigma_d = sigma_d,
a = a_sp, b=b_sp)
# sparsity
if (sparsity=="FALSE"){
mix_biv <- "
data {
int<lower=1> k; // number of mixture components
int<lower=1> N; // number of data points
int D; // data dimension
matrix[N,D] y; // observations matrix
vector[D] mu_0;
Expand Down Expand Up @@ -510,3 +502,11 @@ install.packages("rjags")
library(rjags)
usethis::use_github_action_check_standard()
usethis::use_github_action()
devtools::submit_cran()
devtools::release()
devtools::check()
install.packages("mlmRev")
library(mlmRev)
help("ScotsSec")
ScotsSec$social
is.numeric(ScotsSec$social)

0 comments on commit 96ed1a4

Please sign in to comment.