Showing posts with label SAS. Show all posts
SAS: PROC TABULATE

SAS: PROC TABULATE

簡易表の作成について あまり使わないけど,探索目的で少し複雑な票を簡単に作るのは便利。 ソースコードの記載 data test ; do id = 1 to 100 ; do time = 1 to 3 ; do trt = "T", ...

データセットの縦横変換(SAS: Transponse)

データセットの縦横変換(SAS: Transponse)

SASの縦→横の変換に関してのメモ。結論として,縦→横,横→縦,ともに Proc Transpose。すぐに忘れるのでメモ…, ソースコードとアウトプット data test; input t1 t2 t3; id = _n_; cards; 25.0 2...

SAS: Sample Data (Efficacy)

SAS: Sample Data (Efficacy)

  Since next article will use other sample data , this article describes the sample prog ram for efficacy table.  The p rogr am and the outp...

SAS: Sample Data (Demographic Characteristics)

SAS: Sample Data (Demographic Characteristics)

   Recently, I am often developing programs on SAS for clinical trial's data analysis since I have much opportunity to analyze clinical...

No Newer Posts Older Posts

Search This Blog