BookmarkSubscribeRSS Feed
ShufeGuoding
Obsidian | Level 7

There are parameters as many as the samples in models with latent variable such as state space model. How to set the initial values of latent variable treated as paremters? I try to use macro variable to set the inital valuses. My question is : Variable can be used in PARMS statements?  For example:

PARMS h x;

Thanks !

                 Steve from SHUFE in Shanghai.

1 REPLY 1
1zmm
Quartz | Level 8

Read the documentation for the PARMS statement in PROC MCMC (available at the SAS Internet site).  To specify multiple initial parameters using the PARMS statement, precede this statement with an ARRAY statement that specifies the number of parameters you want to initialize.  The documentation shows the following example:

    ARRAY mu [3];

    PARMS mu {1 2 3};

Note that brackets are used in the ARRAY statement and that braces are used in the PARMS statement.

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1790 views
  • 0 likes
  • 2 in conversation