About 313,000 results
Open links in new tab
  1. Demographic Table and Subgroup Summary Macro %TABLEN

    The macro %TABLEN is a tool developed to compute distribution statistics for continuous variables, date variables, discrete variables, univariate survival time-to-event variables, and …

  2. Adding Summary Statistics to VBOX SGPANEL - SAS Communities

    Mar 23, 2018 · As you say, the feature to add the statistics table to VBOX for SGPANEL was added in SAS 9.40M5. The option uses the values already computed for the box plot. To do …

  3. Two table statements in PROC Tabulate due to different statistics …

    May 4, 2025 · We use different statistics for continuous and category variables, respectively. We have to use two table statement. Is there any way to show them in one table? Thanks. Code: …

  4. How to generate Summary Statistics / Descriptive Statistics

    Feb 13, 2025 · I am writing to inquire on how to generate descriptive statistics summary in SAS Explore and Visualize, for SAS Viya for Learners 4 version. Statistics summary such as mean, …

  5. Gain, Gain Chart and Cumulative Gain - SAS Communities

    May 8, 2020 · Gain: this metric is reported in the Output window (under "Statistics Table") of the "Model Comparison" node (see page 6-7 of course notes); what is its formula/definition?

  6. Solved: How do i get the summary statistics of a dataset for all ...

    Dec 11, 2017 · How do I output the summary values of a dataset column wise as below? ColName type n NAs NonNAs UniqueValues SBL_BB.Loans. character 398 0 398 3 Unique.Id …

  7. How do I add statistics to my SurvivalPlot? Eg: median survival …

    Jan 14, 2025 · other=[4.]; run; /* Write statistics to macro variables */ proc sql noprint; select probchisq into :pval from ht where test like 'L%'; select group, estimate format=med., lowerlimit …

  8. Solved: Summary statistics table - SAS Support Communities

    Solved: Hi, I want to create a table where each column is a variable. Rows are Mean, Median, percentile 15, percentile 85, percentile x. For mean and

  9. FIsher's Exact test zero row/column - SAS Communities

    Dec 21, 2022 · The test is computed by conditioning on the (observed) marginal totals of the contingency table. For a 2x2 table, if one row or column has a total frequency of zero, then the …

  10. Weighted frequencies, proc surveyfreq vs proc surveymeans

    Jul 30, 2021 · But "Statistics" tables are computed separately for each analysis variable that you specify -- and each "Statistics" table excludes observations that have missing values for the …