ODS Statement style オプションのリスト

ODS Statement style オプション

kmdata のページ で少し触れた、ODS Statement style オプションの一覧を調べてみました。
全く同じ見た目のものもありますが、グラフの色合い等が違うものになっている場合があるようです。


  proc datasets lib = work kill; run;
  option linesize = 130 pagesize = 9999 mprint;
  dm 'log; clear; output; clear;';

  %let execpath = " ";
  %let Path = " ";
  %macro setexecpath;
    %let execpath = %sysfunc(getoption(sysin));
    %if %length(&execpath) = 0 %then
      %let execpath = %sysget(sas_execfilepath);
    data _null_;
      do i = length("&execpath") to 1 by -1;
        if substr("&execpath", i, 1) = "\" then do;
          call symput("Path", substr("&execpath", 1, i));
          stop;
        end;
      end;
    run;
  %mend setexecpath;
  %setexecpath;
  libname Out "&Path";

  data x;
  do x = "あり", "なし";
  do y = "あり", "なし";
  input n @@;
  output;
  end; end;
  label x = "薬剤の投与" y = "治癒";
  cards;
  63 87
  42 108
  ;
  run;

  %macro macx(style);
  title "ods rtf style = &style.";
  ods rtf style = &style. path = "&Path" file="&style..rtf" startpage=no;
  proc freq data = x;
  weight n;
  tables x * y;
  run;
  ods rtf close; ods listing;
  %mend macx;

  %macx(Analysis); %macx(Astronomy); %macx(Banker); %macx(BarrettsBlue); %macx(Beige);
  %macx(Brick); %macx(Brown); %macx(Curve); %macx(D3d); %macx(Default); %macx(EGDefault);
  %macx(Education); %macx(Electronics); %macx(Festival); %macx(FestivalPrinter);
  %macx(Gears); %macx(Harvest); %macx(HighContrast); %macx(Journal); %macx(Journal2);
  %macx(Journal3); %macx(Listing); %macx(Magnify); %macx(Meadow); %macx(MeadowPrinter);
  %macx(Minimal); %macx(Money); %macx(NoFontDefault); %macx(Normal); %macx(NormalPrinter);
  %macx(Ocean); %macx(Plateau); %macx(Printer); %macx(Rsvp); %macx(Rtf); %macx(Sasweb);
  %macx(Science); %macx(Seaside); %macx(SeasidePrinter); %macx(Sketch); %macx(Solutions);
  %macx(Statdoc); %macx(Statistical); %macx(Theme); %macx(Torn); %macx(Watercolor);
  %macx(blockPrint); %macx(fancyPrinter); %macx(grayscalePrinter); %macx(monochromePrinter);
  %macx(sansPrinter); %macx(sasdocPrinter); %macx(serifPrinter);

  /*
  proc template;
    path sashelp.tmplmst;
    list styles;
  run;
  */
  

ODS Statement style オプションのリスト

ods rtf style = Analysis

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Astronomy

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Banker

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = BarrettsBlue

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Beige

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = blockPrint

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Brick

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Brown

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Curve

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = D3d

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Default

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Education

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = EGDefault

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Electronics

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = fancyPrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Festival

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = FestivalPrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Gears

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = grayscalePrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Harvest

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = HighContrast

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Journal

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Journal2

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Journal3

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Listing

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Magnify

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Meadow

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = MeadowPrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Minimal

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Money

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = monochromePrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = NoFontDefault

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Normal

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = NormalPrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Ocean

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Plateau

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Printer

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Rsvp

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Rtf

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = sansPrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = sasdocPrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Sasweb

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Science

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Seaside

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = SeasidePrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = serifPrinter

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Sketch

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Solutions

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Statdoc

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Statistical

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Theme

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row
 Pct
Col
 Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Torn

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

 


ods rtf style = Watercolor

The FREQ Procedure

 

Table of x by y

x(薬剤の投与)

y(治癒)

Frequency
Percent
Row Pct
Col Pct

あり

なし

Total

あり

63
21.00
42.00
60.00

87
29.00
58.00
44.62

150
50.00


なし

42
14.00
28.00
40.00

108
36.00
72.00
55.38

150
50.00


Total

105
35.00

195
65.00

300
100.00

履歴

  • 2010/10/18 公開