Applied Analytics through Case Studies Using SAS and R by Deepti Gupta

Applied Analytics through Case Studies Using SAS and R by Deepti Gupta

Author:Deepti Gupta
Language: eng
Format: epub
ISBN: 9781484235256
Publisher: Apress


17.10

28.00

34.10

20.80

100.00

Interaction between two variables like Churn and Internet_service display the table of Churn by Internet_service with frequency, percent, row percent, and column percent details.

/* Applying proc univariate to get more detailed summary of the data */

proc univariate data = libref.churn;

var Monthly_Charges;

histogram Monthly_Charges/normal;

run;

The UNIVARIATE Procedure

Variable: Monthly_Charges

Moments

N

1000

Sum Weights

1000

Mean

66.63935

Sum Observations

66639.35



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.