BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi All,

I'm a brand new user of SAS, and this is giving me a hard time (I can't even find anything about it in search it seems).

I am trying to create a new variable in my dataset that is simply a Standard Deviation of a string of other variables.

Any guidance would be much appreciated.
1 REPLY 1
DerekAdams
Calcite | Level 5
Hi

I'm not a statistical person and have no idea what standard deviation is or could possibly achieve but if you create a comptuted column and look at the functions tab there are STD functions listed.

as an example

columns
A b c d e f g h
2 4 4 4 5 5 7 9

using the STD unction

STD(a,b,c,d,e,f,g,h) = 2.1380899353

Hopefully this is right and if not I'm sure I'll hear about it

derek

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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