When I include the std_normal_lpdf function in my Stan code, cmdstan_model() won’t compile the script and gives me a warning saying that I need a “|” between the first two arguments of any “_lpdf” function. But std_normal_lpdf of course only takes a single input.
Let me know if any more information would be helpful. Thanks!