SlideShare a Scribd company logo
1 of 11
Boxoffice analysis
Vignesh.M
13MBA1076
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

Banks Trying Not To Be Banks
Banks Trying Not To Be BanksBanks Trying Not To Be Banks
Banks Trying Not To Be BanksSCG International
 
New Product Development
New Product DevelopmentNew Product Development
New Product Developments junaid
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShareSlideShare
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksSlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShareSlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShareSlideShare
 

Viewers also liked (7)

Banks Trying Not To Be Banks
Banks Trying Not To Be BanksBanks Trying Not To Be Banks
Banks Trying Not To Be Banks
 
Branding at Weld Food Bank
Branding at Weld Food BankBranding at Weld Food Bank
Branding at Weld Food Bank
 
New Product Development
New Product DevelopmentNew Product Development
New Product Development
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare
 
How to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & TricksHow to Make Awesome SlideShares: Tips & Tricks
How to Make Awesome SlideShares: Tips & Tricks
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Similar to Boxoffice analysis using SAS

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 .Felicita Florence
 
SQL - שינוע מידע.PDF
SQL - שינוע מידע.PDFSQL - שינוע מידע.PDF
SQL - שינוע מידע.PDFEliLeiba1
 
Howto exportandimportstatisti
Howto exportandimportstatistiHowto exportandimportstatisti
Howto exportandimportstatistisivacse09
 
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 SANITYOleksii Kliukin
 
MySQL Performance Schema in Action
MySQL Performance Schema in ActionMySQL Performance Schema in Action
MySQL Performance Schema in ActionSveta Smirnova
 
Friend this-new&delete
Friend this-new&deleteFriend this-new&delete
Friend this-new&deleteShehzad Rizwan
 
SQL Server 2014 Monitoring and Profiling
SQL Server 2014 Monitoring and ProfilingSQL Server 2014 Monitoring and Profiling
SQL Server 2014 Monitoring and ProfilingAbouzar Noori
 
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)Noriyoshi Shinoda
 
Oracle performance tuning_sfsf
Oracle performance tuning_sfsfOracle performance tuning_sfsf
Oracle performance tuning_sfsfMao Geng
 
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptxconstructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptxAshrithaRokkam
 
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 TuningMichael Rys
 
Optimizing applications and database performance
Optimizing applications and database performanceOptimizing applications and database performance
Optimizing applications and database performanceInam Bukhary
 
Découvrir dtrace en ligne de commande.
Découvrir dtrace en ligne de commande.Découvrir dtrace en ligne de commande.
Découvrir dtrace en ligne de commande.CocoaHeads France
 
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 KnowAlex Zaballa
 
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 KnowAlex Zaballa
 
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 KnowAlex Zaballa
 
Write Faster SQL with Trino.pdf
Write Faster SQL with Trino.pdfWrite Faster SQL with Trino.pdf
Write Faster SQL with Trino.pdfEric Xiao
 

Similar to Boxoffice 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
 
Perl Programming - 04 Programming Database
Perl Programming - 04 Programming DatabasePerl Programming - 04 Programming Database
Perl Programming - 04 Programming Database
 
Linq
LinqLinq
Linq
 
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
 
MySQL Performance Schema in Action
MySQL Performance Schema in ActionMySQL Performance Schema in Action
MySQL Performance Schema in Action
 
Friend this-new&delete
Friend this-new&deleteFriend this-new&delete
Friend this-new&delete
 
SQL Server 2014 Monitoring and Profiling
SQL Server 2014 Monitoring and ProfilingSQL Server 2014 Monitoring and Profiling
SQL Server 2014 Monitoring and Profiling
 
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)
 
Oracle performance tuning_sfsf
Oracle performance tuning_sfsfOracle performance tuning_sfsf
Oracle performance tuning_sfsf
 
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptxconstructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
constructorsfjy5ediykEASFul;IUWORHusi;gfb.pptx
 
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
 
Optimizing applications and database performance
Optimizing applications and database performanceOptimizing applications and database performance
Optimizing applications and database performance
 
Découvrir dtrace en ligne de commande.
Découvrir dtrace en ligne de commande.Découvrir dtrace en ligne de commande.
Découvrir dtrace en ligne de commande.
 
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
 
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
 
Write Faster SQL with Trino.pdf
Write Faster SQL with Trino.pdfWrite Faster SQL with Trino.pdf
Write Faster SQL with Trino.pdf
 

Recently uploaded

NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad, Mandi Bahauddin, Jhelum, Jar...
NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad,  Mandi Bahauddin, Jhelum, Jar...NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad,  Mandi Bahauddin, Jhelum, Jar...
NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad, Mandi Bahauddin, Jhelum, Jar...Amil baba
 
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call Girls
High  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  GirlsHigh  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  Girls
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call GirlsCute Call girls
 
British Call Girls available in Downtown 💦+0545260616 💋 Call Girls serv...
British  Call  Girls  available in  Downtown 💦+0545260616 💋 Call  Girls  serv...British  Call  Girls  available in  Downtown 💦+0545260616 💋 Call  Girls  serv...
British Call Girls available in Downtown 💦+0545260616 💋 Call Girls serv...Cute Call girls
 
Premium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Premium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model SevicePremium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Premium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model SeviceDipikaDelhi
 
Escorts in Dubai 👅(0522618040) 🍌 Dubai Escorts Service by Escorts Duba…
Escorts in  Dubai   👅(0522618040) 🍌  Dubai  Escorts  Service by  Escorts  Duba…Escorts in  Dubai   👅(0522618040) 🍌  Dubai  Escorts  Service by  Escorts  Duba…
Escorts in Dubai 👅(0522618040) 🍌 Dubai Escorts Service by Escorts Duba…Cute Call girls
 
Vip Call Girl In Palm Jumeirah 💦+0545260616🥵 Dubai By Dubai Call Girl...
Vip  Call  Girl In  Palm  Jumeirah 💦+0545260616🥵  Dubai By  Dubai  Call  Girl...Vip  Call  Girl In  Palm  Jumeirah 💦+0545260616🥵  Dubai By  Dubai  Call  Girl...
Vip Call Girl In Palm Jumeirah 💦+0545260616🥵 Dubai By Dubai Call Girl...Cute Call girls
 
❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Service
❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Service❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Service
❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Servicemanju garg
 
Cheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In Goa
Cheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In GoaCheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In Goa
Cheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In Goaaditisharma011a
 
Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...
Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...
Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...call girls kolkata
 
一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理
一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理
一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理nuovo1
 
Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...
Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...
Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...gragfaguni
 
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call Girls
High  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  GirlsHigh  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  Girls
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call GirlsCute Call girls
 
Your Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Your Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model SeviceYour Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Your Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model SeviceDipikaDelhi
 
Precious Call Girls Al Barsha 💦+0545260616🥵 Call Girls in Dubai
Precious  Call  Girls  Al  Barsha 💦+0545260616🥵  Call  Girls in  DubaiPrecious  Call  Girls  Al  Barsha 💦+0545260616🥵  Call  Girls in  Dubai
Precious Call Girls Al Barsha 💦+0545260616🥵 Call Girls in DubaiCute Call girls
 
Escorts in Bur Dubai 💦+0545260616🥵 Dubai Escorts in UAE
Escorts in  Bur  Dubai 💦+0545260616🥵  Dubai  Escorts in  UAEEscorts in  Bur  Dubai 💦+0545260616🥵  Dubai  Escorts in  UAE
Escorts in Bur Dubai 💦+0545260616🥵 Dubai Escorts in UAECute Call girls
 
💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model Sevice💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model SeviceDipikaDelhi
 
Black Call Girls in Ajman 💦+0522618040 💋 Ajman Call Girls
Black  Call  Girls in  Ajman 💦+0522618040 💋 Ajman Call  GirlsBlack  Call  Girls in  Ajman 💦+0522618040 💋 Ajman Call  Girls
Black Call Girls in Ajman 💦+0522618040 💋 Ajman Call GirlsCute Call girls
 
C&C Artists' Websites .
C&C Artists' Websites                       .C&C Artists' Websites                       .
C&C Artists' Websites .LukeNash7
 
Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...
Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...
Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...aadira pandey$L16
 
Sexiest Girls Deira Abu Dhabi 💦+0522618040 🥵 Call Girls service in Abu ...
Sexiest  Girls  Deira  Abu Dhabi 💦+0522618040 🥵 Call  Girls  service in  Abu ...Sexiest  Girls  Deira  Abu Dhabi 💦+0522618040 🥵 Call  Girls  service in  Abu ...
Sexiest Girls Deira Abu Dhabi 💦+0522618040 🥵 Call Girls service in Abu ...Cute Call girls
 

Recently uploaded (20)

NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad, Mandi Bahauddin, Jhelum, Jar...
NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad,  Mandi Bahauddin, Jhelum, Jar...NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad,  Mandi Bahauddin, Jhelum, Jar...
NO1 Top Amil Baba In Sahiwal, Okara, Hafizabad, Mandi Bahauddin, Jhelum, Jar...
 
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call Girls
High  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  GirlsHigh  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  Girls
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call Girls
 
British Call Girls available in Downtown 💦+0545260616 💋 Call Girls serv...
British  Call  Girls  available in  Downtown 💦+0545260616 💋 Call  Girls  serv...British  Call  Girls  available in  Downtown 💦+0545260616 💋 Call  Girls  serv...
British Call Girls available in Downtown 💦+0545260616 💋 Call Girls serv...
 
Premium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Premium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model SevicePremium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Premium Call Girls In Vaishi ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
 
Escorts in Dubai 👅(0522618040) 🍌 Dubai Escorts Service by Escorts Duba…
Escorts in  Dubai   👅(0522618040) 🍌  Dubai  Escorts  Service by  Escorts  Duba…Escorts in  Dubai   👅(0522618040) 🍌  Dubai  Escorts  Service by  Escorts  Duba…
Escorts in Dubai 👅(0522618040) 🍌 Dubai Escorts Service by Escorts Duba…
 
Vip Call Girl In Palm Jumeirah 💦+0545260616🥵 Dubai By Dubai Call Girl...
Vip  Call  Girl In  Palm  Jumeirah 💦+0545260616🥵  Dubai By  Dubai  Call  Girl...Vip  Call  Girl In  Palm  Jumeirah 💦+0545260616🥵  Dubai By  Dubai  Call  Girl...
Vip Call Girl In Palm Jumeirah 💦+0545260616🥵 Dubai By Dubai Call Girl...
 
❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Service
❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Service❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Service
❤️ Call Girls Service Palghar ❤️🍑 6378878445 👄🫦Independent Escort Service
 
Cheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In Goa
Cheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In GoaCheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In Goa
Cheapest Call Girls In Goa ⚕️9821106606⚕️Dating Escorts Service In Goa
 
Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...
Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...
Premium Call Girls In Munger { 6297126446 } ❤️VVIP NISHA Call Girls Near 5 St...
 
一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理
一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理
一比一原版(UofM毕业证书)明尼苏达大学毕业证如何办理
 
Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...
Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...
Call Girl In Ratnagiri 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deli...
 
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call Girls
High  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  GirlsHigh  Profile  Call  Girls in  Dubai 💦+0521445865 🥵 Dubai  Call  Girls
High Profile Call Girls in Dubai 💦+0521445865 🥵 Dubai Call Girls
 
Your Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Your Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model SeviceYour Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
Your Budget Call Girls in Patori ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
 
Precious Call Girls Al Barsha 💦+0545260616🥵 Call Girls in Dubai
Precious  Call  Girls  Al  Barsha 💦+0545260616🥵  Call  Girls in  DubaiPrecious  Call  Girls  Al  Barsha 💦+0545260616🥵  Call  Girls in  Dubai
Precious Call Girls Al Barsha 💦+0545260616🥵 Call Girls in Dubai
 
Escorts in Bur Dubai 💦+0545260616🥵 Dubai Escorts in UAE
Escorts in  Bur  Dubai 💦+0545260616🥵  Dubai  Escorts in  UAEEscorts in  Bur  Dubai 💦+0545260616🥵  Dubai  Escorts in  UAE
Escorts in Bur Dubai 💦+0545260616🥵 Dubai Escorts in UAE
 
💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model Sevice💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
💚 Call Girls Udalguri ☎ 6297126446 ✅ ust Genuine Escort Model Sevice
 
Black Call Girls in Ajman 💦+0522618040 💋 Ajman Call Girls
Black  Call  Girls in  Ajman 💦+0522618040 💋 Ajman Call  GirlsBlack  Call  Girls in  Ajman 💦+0522618040 💋 Ajman Call  Girls
Black Call Girls in Ajman 💦+0522618040 💋 Ajman Call Girls
 
C&C Artists' Websites .
C&C Artists' Websites                       .C&C Artists' Websites                       .
C&C Artists' Websites .
 
Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...
Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...
Kerala ℂall Girls In Bhubaneswar Hire me Neha 6367492432 Top Class ℂall Girl ...
 
Sexiest Girls Deira Abu Dhabi 💦+0522618040 🥵 Call Girls service in Abu ...
Sexiest  Girls  Deira  Abu Dhabi 💦+0522618040 🥵 Call  Girls  service in  Abu ...Sexiest  Girls  Deira  Abu Dhabi 💦+0522618040 🥵 Call  Girls  service in  Abu ...
Sexiest Girls Deira Abu Dhabi 💦+0522618040 🥵 Call Girls service in Abu ...
 

Boxoffice 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;