stan-dev / example-models

Example models for Stan
http://mc-stan.org/
771 stars 479 forks source link

Switch to the new assignment operator #95

Closed avehtari closed 1 year ago

avehtari commented 7 years ago

Running example models gives warning

Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.

Since users are likely to copy and paste example models, "<-" should be switched to "=" in all files.