Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upA tiny mistake in htlr_predict() #7
Comments
|
I will fix it in the next PR. |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
I will fix it in the next PR. |
At predict.R line 41 - 48:
If
burn == 0for some reason, then the initial value will be used for prediction (recall that the length of the MCMC sample array isn.iter + 1, where the first entry stores the initial state). So the correct defaultusedmcshould beseq(burn + 2, no_mcspl, by = thin), although it has very little impact on the results.