[R] [R-pkgs] {clarify}: Simulation-Based Inference for Regression Models

2023-02-02 Thread Greifer, Noah
Hello everyone, Our new package {clarify} has been released. {clarify} provides simulation-based inference as an alternative to the delta method for interpretable quantities derived from model parameters, like average marginal effects, dose-response functions, and predictions at representative val

[R] Error: Invalid parent values

2023-02-02 Thread Md. Moyazzem Hossain
Hi, I hope that you are doing well. I am Md Hossain, trying to fit the ARIMAX model in RJAGS. However, I got an error message while I ran the code. Initially, I am using data obtained from R-package then I will implement it into real data. The code and error message are given below. library(rja

Re: [R] dyn.load(now = FALSE) not actually lazy?

2023-02-02 Thread Ivan Krylov
В Thu, 2 Feb 2023 13:35:39 +1100 Michael Milton пишет: > The gist of it is that, indeed, R starts to look for dependent > libraries even if now=FALSE. I don't think that R does that. Here's a program that should do the same thing that R does when you call dyn.load(now = FALSE): #include #inclu