Skip to content

Commit 21f410d

Browse files
author
Bob Carpenter
committed
fixed file name of model in R code to call it
1 parent 8ed28c9 commit 21f410d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_estimators/normal-mixture_k-sim.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ sigma3 <- 2;
1414
y <- c(rnorm(N1,mu1,sigma1),rnorm(N2,mu2,sigma2),rnorm(N3,mu3,sigma3));
1515

1616
library("rstan");
17-
fit <- stan(file="normal_mixture_k.stan", data=c("K","N","y"), iter=500, chains=1, init=0);
17+
fit <- stan(file="normal_mixture_k_prop.stan", data=c("K","N","y"), iter=1000, chains=1, init=0);

0 commit comments

Comments
 (0)