SlideShare a Scribd company logo
1 of 11
Boxoffice analysis
Vignesh.M
13MBA1021
Box office analysis
โ€ข proc import datafile="C:UsersAdministartorDownloadsboxoffice.xls"
out=work.distri;
โ€ข run;
โ€ข proc import datafile="C:UsersAdministartorDownloadsboxoffice2.xls"
out=work.scale;
โ€ข run;
โ€ข proc sql;
โ€ข create table work.distributors as
โ€ข select *
โ€ข from work.distri, work.scale
โ€ข where distri.Distributors = scale.Distributors
โ€ข order by distri.SNo;
โ€ข quit;
proc means data=work.distributors;
tables Distributors;
run;
Graph for correlation
proc corr data=work.distributors;
var Collections Numbers;
run;
proc freq data=work.distributors;
tables collections Numbers;
run;
PROC GCHART DATA=distributors;
VBAR collections Numbers/LEVELS=7;
RUN;
proc means data =work.distributors;
var collections Numbers;
run;
Box office vertical bar chart
Collection and numbers analysis
Plots on data
โ€ข TITLE 'Scatterplot - Two Variables';
โ€ข PROC GPLOT DATA=distributors;
โ€ข PLOT collections*numbers ;
โ€ข RUN;
โ€ข SYMBOL1 V=circle C=black I=none;
โ€ข SYMBOL2 V=star C=red I=none;
The LOGISTIC Procedure
Probability modeled is use=1.
Model Information
Data Set WORK.MODEL
Response Variable use use
Number of Response
Levels
2
Number of
Observations
26
Model binary logit
Optimization
Technique
Fisher's scoring
Regression and anova
โ€ข proc reg data =work.distributors;
โ€ข model boxoffice reg collections= numbers;
โ€ข run;
โ€ข proc anova data =work.distributors;
โ€ข class exp;
โ€ข model data emp tot = collections;
โ€ข run;

More Related Content

Viewers also liked

Empathize and design
Empathize and designEmpathize and design
Empathize and design
vignesh mohanmani
ย 
Food safety
Food safetyFood safety
Food safety
wahabhse
ย 
Colman's Mustard in Social Media - Replise Performance Monitor
Colman's Mustard in Social Media - Replise Performance MonitorColman's Mustard in Social Media - Replise Performance Monitor
Colman's Mustard in Social Media - Replise Performance Monitor
Replise.com
ย 
Maize Stem Borer
Maize Stem BorerMaize Stem Borer
Maize Stem Borer
wahabhse
ย 

Viewers also liked (13)

Taller 10 marco e mantilla
Taller 10 marco e mantillaTaller 10 marco e mantilla
Taller 10 marco e mantilla
ย 
Food safety part II
Food safety part IIFood safety part II
Food safety part II
ย 
Branding at Weld Food Bank
Branding at Weld Food BankBranding at Weld Food Bank
Branding at Weld Food Bank
ย 
Modelo de datos
Modelo de datosModelo de datos
Modelo de datos
ย 
Supermarkets
SupermarketsSupermarkets
Supermarkets
ย 
Empathize and design
Empathize and designEmpathize and design
Empathize and design
ย 
Ladrillo a ladrillo
Ladrillo a ladrilloLadrillo a ladrillo
Ladrillo a ladrillo
ย 
Food safety
Food safetyFood safety
Food safety
ย 
Taller 10 marco e mantilla
Taller 10 marco e mantillaTaller 10 marco e mantilla
Taller 10 marco e mantilla
ย 
House mouse
House mouseHouse mouse
House mouse
ย 
Colman's Mustard in Social Media - Replise Performance Monitor
Colman's Mustard in Social Media - Replise Performance MonitorColman's Mustard in Social Media - Replise Performance Monitor
Colman's Mustard in Social Media - Replise Performance Monitor
ย 
Maize Stem Borer
Maize Stem BorerMaize Stem Borer
Maize Stem Borer
ย 
Searching Encrypted Cloud Data: Academia and Industry Done Right
Searching Encrypted Cloud Data: Academia and Industry Done RightSearching Encrypted Cloud Data: Academia and Industry Done Right
Searching Encrypted Cloud Data: Academia and Industry Done Right
ย 

Similar to Box office analysis using SAS

SQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDF
SQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDFSQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDF
SQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDF
EliLeiba1
ย 
Howto exportandimportstatisti
Howto exportandimportstatistiHowto exportandimportstatisti
Howto exportandimportstatisti
sivacse09
ย 
Friend this-new&delete
Friend this-new&deleteFriend this-new&delete
Friend this-new&delete
Shehzad Rizwan
ย 
Oracle performance tuning_sfsf
Oracle performance tuning_sfsfOracle performance tuning_sfsf
Oracle performance tuning_sfsf
Mao Geng
ย 

Similar to Box office analysis using SAS (20)

Statistical analytical programming for social media analysis .
Statistical analytical programming for social media analysis .Statistical analytical programming for social media analysis .
Statistical analytical programming for social media analysis .
ย 
SQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDF
SQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDFSQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDF
SQL - ืฉื™ื ื•ืข ืžื™ื“ืข.PDF
ย 
Howto exportandimportstatisti
Howto exportandimportstatistiHowto exportandimportstatisti
Howto exportandimportstatisti
ย 
Python with MySql.pptx
Python with MySql.pptxPython with MySql.pptx
Python with MySql.pptx
ย 
Friend this-new&delete
Friend this-new&deleteFriend this-new&delete
Friend this-new&delete
ย 
PgConf US 2015 - ALTER DATABASE ADD more SANITY
PgConf US 2015  - ALTER DATABASE ADD more SANITYPgConf US 2015  - ALTER DATABASE ADD more SANITY
PgConf US 2015 - ALTER DATABASE ADD more SANITY
ย 
Linq
LinqLinq
Linq
ย 
Perl Programming - 04 Programming Database
Perl Programming - 04 Programming DatabasePerl Programming - 04 Programming Database
Perl Programming - 04 Programming Database
ย 
MySQL Performance Schema in Action
MySQL Performance Schema in ActionMySQL Performance Schema in Action
MySQL Performance Schema in Action
ย 
Let's scale-out PostgreSQL using Citus (English)
Let's scale-out PostgreSQL using Citus (English)Let's scale-out PostgreSQL using Citus (English)
Let's scale-out PostgreSQL using Citus (English)
ย 
SQL Server 2014 Monitoring and Profiling
SQL Server 2014 Monitoring and ProfilingSQL Server 2014 Monitoring and Profiling
SQL Server 2014 Monitoring and Profiling
ย 
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptxconstructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
ย 
Oracle performance tuning_sfsf
Oracle performance tuning_sfsfOracle performance tuning_sfsf
Oracle performance tuning_sfsf
ย 
U-SQL Query Execution and Performance Tuning
U-SQL Query Execution and Performance TuningU-SQL Query Execution and Performance Tuning
U-SQL Query Execution and Performance Tuning
ย 
Oracle SQL Tuning
Oracle SQL TuningOracle SQL Tuning
Oracle SQL Tuning
ย 
Optimizing applications and database performance
Optimizing applications and database performanceOptimizing applications and database performance
Optimizing applications and database performance
ย 
Write Faster SQL with Trino.pdf
Write Faster SQL with Trino.pdfWrite Faster SQL with Trino.pdf
Write Faster SQL with Trino.pdf
ย 
Introduction into MySQL Query Tuning for Dev[Op]s
Introduction into MySQL Query Tuning for Dev[Op]sIntroduction into MySQL Query Tuning for Dev[Op]s
Introduction into MySQL Query Tuning for Dev[Op]s
ย 
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should KnowDBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
ย 
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should KnowDBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
DBA Brasil 1.0 - DBA Commands and Concepts That Every Developer Should Know
ย 

Recently uploaded

CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
ont65320
ย 
๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...
rahim quresi
ย 
Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...
Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...
Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...
Riya Pathan
ย 
Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...
Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...
Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...
Riya Pathan
ย 
(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...
Shivani Pandey
ย 
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
aamir
ย 
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
ritikasharma
ย 
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...
ritikasharma
ย 
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
Shivani Pandey
ย 
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
Russian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In GoaRussian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In Goa
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
russian goa call girl and escorts service
ย 
Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...
Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...
Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...
ritikasharma
ย 
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna...
Shivani Pandey
ย 
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goaGoa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
russian goa call girl and escorts service
ย 
๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...
๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...
๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...
rahim quresi
ย 
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
rahim quresi
ย 

Recently uploaded (20)

CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )๐Ÿ” 9953056974๐Ÿ”(=)/CALL GIRLS SERVICE
ย 
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
Beautiful ๐Ÿ˜‹ Call girls in Lahore 03210033448
ย 
Borum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย Service
Borum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย ServiceBorum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย Service
Borum Call Girls Service โ˜Ž ๏ธ93326-06886 โค๏ธโ€๐Ÿ”ฅ Enjoy 24/7 Escortย Service
ย 
๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Ultadanga Call Girls In All Kolkata 24/7 Provide Call W...
ย 
Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...
Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...
Independent Sonagachi Escorts โœ” 9332606886โœ” Full Night With Room Online Booki...
ย 
Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...
Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...
Independent Garulia Escorts โœ” 9332606886โœ” Full Night With Room Online Booking...
ย 
(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...
(TOP CLASS) Call Girls In Nungambakkam Phone 7427069034 Call Girls Model With...
ย 
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Manjri Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls โœ” 8005736733 โœ” Hot Model With Sexy Bhabi Ready For Sex At ...
ย 
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
Hotel And Home Service Available Kolkata Call Girls South End Park โœ” 62971435...
ย 
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...
Book Sex Workers Available Kolkata Call Girls Service Airport Kolkata โœ” 62971...
ย 
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai โœ”โœ”7427069034 Independent Chenna...
ย 
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
Russian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In GoaRussian โ„‚all gIRLS In Goa 9316020077  โ„‚all gIRLS Service  In Goa
Russian โ„‚all gIRLS In Goa 9316020077 โ„‚all gIRLS Service In Goa
ย 
Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...
Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...
Hotel And Home Service Available Kolkata Call Girls Diamond Harbour โœ” 6297143...
ย 
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034  Independent Chenna...
Verified Trusted Call Girls Ambattur Chennai โœ”โœ”7427069034 Independent Chenna...
ย 
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goaGoa Call Girls 9316020077 Call Girls  In Goa By Russian Call Girl in goa
Goa Call Girls 9316020077 Call Girls In Goa By Russian Call Girl in goa
ย 
๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...
๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...
๐“€คCall On 6297143586 ๐“€ค Park Street Call Girls In All Kolkata 24/7 Provide Call...
ย 
Almora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment Booking
Almora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment BookingAlmora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment Booking
Almora call girls ๐Ÿ“ž 8617697112 At Low Cost Cash Payment Booking
ย 
2k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 92055419142k Shot Call girls Laxmi Nagar Delhi 9205541914
2k Shot Call girls Laxmi Nagar Delhi 9205541914
ย 
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
๐“€คCall On 6297143586 ๐“€ค Sonagachi Call Girls In All Kolkata 24/7 Provide Call W...
ย 

Box office analysis using SAS

  • 2. Box office analysis โ€ข proc import datafile="C:UsersAdministartorDownloadsboxoffice.xls" out=work.distri; โ€ข run; โ€ข proc import datafile="C:UsersAdministartorDownloadsboxoffice2.xls" out=work.scale; โ€ข run; โ€ข proc sql; โ€ข create table work.distributors as โ€ข select * โ€ข from work.distri, work.scale โ€ข where distri.Distributors = scale.Distributors โ€ข order by distri.SNo; โ€ข quit;
  • 4.
  • 5. Graph for correlation proc corr data=work.distributors; var Collections Numbers; run; proc freq data=work.distributors; tables collections Numbers; run; PROC GCHART DATA=distributors; VBAR collections Numbers/LEVELS=7; RUN; proc means data =work.distributors; var collections Numbers; run;
  • 8. Plots on data โ€ข TITLE 'Scatterplot - Two Variables'; โ€ข PROC GPLOT DATA=distributors; โ€ข PLOT collections*numbers ; โ€ข RUN; โ€ข SYMBOL1 V=circle C=black I=none; โ€ข SYMBOL2 V=star C=red I=none;
  • 9.
  • 10. The LOGISTIC Procedure Probability modeled is use=1. Model Information Data Set WORK.MODEL Response Variable use use Number of Response Levels 2 Number of Observations 26 Model binary logit Optimization Technique Fisher's scoring
  • 11. Regression and anova โ€ข proc reg data =work.distributors; โ€ข model boxoffice reg collections= numbers; โ€ข run; โ€ข proc anova data =work.distributors; โ€ข class exp; โ€ข model data emp tot = collections; โ€ข run;