BookmarkSubscribeRSS Feed
jaweriahh
Obsidian | Level 7

I have annual time series data for 63 years (attached). The data demonstrates a U shaped curve. I am trying to estimate the Unobserved Components Model with spline regression.

the command I use is 

 

 

proc ucm data=land;
id year interval = year;
model es;
irregular;
level;
slope;
splinereg annual KNOTS=1958 1962 1977
variance=0 noest;
estimate;
run;

However the Spline terms are not significant. is there any other method to incorporate a U shaped trend in PROC.

My data is attached below. Kindly let me know what I am doing wrong

es.jpg UCM?

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 591 views
  • 0 likes
  • 1 in conversation