BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Joa14
Obsidian | Level 7

I have a data that includes temperature in Celsius (y) and forest canopy change in % (x). I wonder if it is statistically correct to plot the forest canopy change with negative values? My idea is to see how much temperature changes as the canopy cover changes.

The code I am using is:

PROC REG DATA=Microclimate CORR;

     MODEL Y=X / CLB P CLM;

     RUN;

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

That is acceptable.

 

If "canopy" measures either a fixed area of shade generating plant material or percentage of ground covered by such then one would expect a reduction of temperature for a given solar radiation input based on the shade.

 

Hint: a model without the solar radiation input may generate some odd results because the "canopy" likely doesn't change quickly but temperature can based on the sunshine. (Actually worked a project with ground temperature sensors north, east, west and south of clumps of bunch grass and dealt with such to model ground temperature.)

 

Remember the underlying generic linear function is a y= mx+b; m is the slope, b an intercept. There is no restriction in general on whether X is positive, negative or 0.

 

IF a value you measure should not negative values, such as Relative Humidity, then interpretation of a model may require restriction if the dependent value goes negative.

View solution in original post

1 REPLY 1
ballardw
Super User

That is acceptable.

 

If "canopy" measures either a fixed area of shade generating plant material or percentage of ground covered by such then one would expect a reduction of temperature for a given solar radiation input based on the shade.

 

Hint: a model without the solar radiation input may generate some odd results because the "canopy" likely doesn't change quickly but temperature can based on the sunshine. (Actually worked a project with ground temperature sensors north, east, west and south of clumps of bunch grass and dealt with such to model ground temperature.)

 

Remember the underlying generic linear function is a y= mx+b; m is the slope, b an intercept. There is no restriction in general on whether X is positive, negative or 0.

 

IF a value you measure should not negative values, such as Relative Humidity, then interpretation of a model may require restriction if the dependent value goes negative.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1243 views
  • 7 likes
  • 2 in conversation