Pål Kristian Berntzen Bjartan

Results 7 issues of Pål Kristian Berntzen Bjartan

While working through some of the tutorials I've been encountering `AssertionError` when checking my answer against the provided solution. For the most part, I belive the error occurs due to...

Not sure if this is the right forum for this, but I have some issue with the last line in lesson 01. "Getting started". The line reads `Please click on...

**Describe the bug** I updated R to the most recent version (4.2.0). As a consequence, I had to reinstall several packages, including `languageserver`. After this I am no longer able...

bug

I've been attempting to extract data from the output of an empty three-level model in M*plus*. However, running `mplusModeler()` or `readModels()` returns the error message: ```R Error extracting SUMMARY OF...

According to the Nimble user guide, [automatic differentiation (AD)](https://r-nimble.org/html_manual/cha-mcmc.html#subsec:HMC-example) is needed when using HMC (`nimbleHMC::nimbleHMC()`). When building a model using `nimbleModel()`, AD can be enabled by setting the function argument...

I am trying to run a BUGS model using `nimbleHMC()`. This requires automatic derivatives (AD) enabled. However, when trying to create the model with `readBUGSmodel()`, after setting `nimbleOptions(buildModelDerivs = TRUE)`,...

I am currently trying to impute a three-level dataset with 87 columns and 71,756 rows. The variables comprise of which 4 identifier columns, 15 continuous outcome variables without missing entries,...