<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>strategy on Ray Yang, Ph.D.</title>
    <link>https://yangphd.com/categories/strategy/</link>
    <description>Recent content in strategy on Ray Yang, Ph.D.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Jun 2021 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://yangphd.com/categories/strategy/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Play the Thinking Game -- from Seeing from Eyes to Seeing with the Mind</title>
      <link>https://yangphd.com/post/2021/06/02/play-the-thinking-game-in-causal-inference-shifting-to-what-we-see-using-our-minds/</link>
      <pubDate>Wed, 02 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2021/06/02/play-the-thinking-game-in-causal-inference-shifting-to-what-we-see-using-our-minds/</guid>
      <description>


&lt;p&gt;The ontological and epistemological underpinning of research methodology.&lt;/p&gt;
&lt;p&gt;Ontology:
The truth lies in the things that we can’t see from our eyes. The invisible generates the visible under natural laws and processes. Thus, the “observational” data (what we see from our eyes) stems from the underlying mechanism (what we can’t see from our eyes). Then, our mind comes to help (to develop theories), with reasoning and inference, see what is behind the data.&lt;/p&gt;
&lt;p&gt;Epistemology:
We need to be suspicious about what we see from our eyes because data can be misguiding, especially when we shut off our reasoning mind and stop making the inference. In other words, the frontend phenomenon (e.g., the data) can be illusional when we stop seeking to understand the backend processes (e.g., the processes that generate the data). Researchers need to be self-reflective and self-critical about HOW we know what we know.&lt;/p&gt;
&lt;p&gt;Inference:
We can use what we see from our eyes (observational data) to recover the underlying truth with our mind (reasoning techniques). There are two elements: first, we know that what we see from eyes (e.g., data) comes from the underlying truth (e.g., probability); second, we know some properties about the truth (e.g., distribution) so that we generate estimates from the what our eyes see (e.g., sample).&lt;/p&gt;
&lt;p&gt;Counterfactuals:
The reality (i.e., a data point), events that have already occurred, is a probabilistic ‘realization’ of the underlying mechanism (i.e., probability distribution). To recover the truth, we need to construct the alternatives to the reality just like looking for the missing pieces to complete a puzzle. Fact (what happens) does not equate to the truth (which determines what happens). Fact itself does not predict fact. Truth, recovered from the fact and its alternative, will be able to predict fact.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>the Positioning of Stock Fundamentals and Abnormal Stock Returns</title>
      <link>https://yangphd.com/positioning/the-positioning-of-stock-fundamentas/</link>
      <pubDate>Tue, 19 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/positioning/the-positioning-of-stock-fundamentas/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34; id=&#34;toc-motivation&#34;&gt;1 Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#pipeline&#34; id=&#34;toc-pipeline&#34;&gt;2 Pipeline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#result&#34; id=&#34;toc-result&#34;&gt;3 Result&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 Motivation&lt;/h1&gt;
&lt;p&gt;According to Warren Buffet, buying a stock is like “acquiring an ownership interest in the business of a company.” Buffet tends to only care about the fundamentals of the stocks he buys.&lt;/p&gt;
&lt;p&gt;Here the question is: do companies have a “fundamental positioning” – a relative standing to peer firms in terms of the financial fundamentals — to determine the differences in stock returns?&lt;/p&gt;
&lt;p&gt;As a strategist, I consider a stock as a winner only when it &lt;b&gt;beats the market&lt;/b&gt;. In other words, I only care about the “winner premium” — the stock returns above the expected level (a.k.a. above-normal rate of returns). I will explore utilizing the “fundamental positionings” to pick (predict) winner stocks.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;pipeline&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 Pipeline&lt;/h1&gt;
&lt;p&gt;To implement this idea, I used XGBoost (an implementation of gradient boosted decision trees), which requires minimal feature engineering/selection, to predict the “buy-and-hold” abnormal returns using the fundamental positionings &lt;b&gt;prior to&lt;/b&gt; the holding period (90 days). To examine the predictive power of fundamental positionings, I left the base financial ratio variables along with the fundamental positionings (the relative percentile rank within an industry based on these ratios) in the feature space. After finding the best model from bayesian hyperparameter tuning, we can then evaluate the model performance and see the relative importance of fundamental positioning features and the financial ratios.&lt;/p&gt;
&lt;p&gt;The data is streamed from “&lt;a href=&#34;https://pypi.org/project/tushare/&#34;&gt; Tushare&lt;/a&gt;,” which provides free access to the SH/SZ stock exchange.&lt;/p&gt;
&lt;!---If you are interested in Tushare data, you can register through https://tushare.pro/register?reg=366051. This will allow me to receive 50 virtual tokens for enhanced data access and will help my research.--&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/positioning/2020-05-25-the-positioning-of-stock-fundamentals_files/figure-html/unnamed-chunk-1-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;result&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;3 Result&lt;/h1&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/investing/stock_fundamental_positioning/figure-html/abnormal_returns.png&#34; alt=&#34;predictions&#34;&gt;&lt;/p&gt;
&lt;p&gt;In the above graph, the points in yellow are winners that beat the market, whereas the points in purple are “losers” that fail to beat the market. If we use the algorithm to pick the top three winners, I will indeed generate positive abnormal returns for us. The mean squared error of the model is 0.019.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/investing/stock_fundamental_positioning/figure-html/importance.png&#34; alt=&#34;importance&#34;&gt;&lt;/p&gt;
&lt;p&gt;This graph shows the relative importance of the features. I added a prefix “R” (relative standing) to the variable names to denote the “fundamental positioning” features. Around half of these important features are fundamental positionings. This shows the positioning (which is based on the percentile ranking of a focal company relative to industry peers) does contribute to the prediction of stock market returns, in addition to the financial ratios (which does not involve firm-to-firm comparisons).&lt;/p&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>An Ongoing Collection of Mission Statements and Vision Statements</title>
      <link>https://yangphd.com/str_consulting/an-ongoing-collection-of-vision-statement-vision-statement/</link>
      <pubDate>Sun, 03 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/str_consulting/an-ongoing-collection-of-vision-statement-vision-statement/</guid>
      <description>


&lt;p&gt;Here is a collection of mission statements and vision statements.&lt;/p&gt;
&lt;p&gt;Mission statements should clarify a company’s core ideology. Vision statements should indicate a company’s long-term goals.&lt;/p&gt;
&lt;p&gt;Both mission and vision are the things that won’t change in the short-term, which serve the purpose of guiding behavior, inspiring stakeholders, and stimulating progress.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Mission Statements&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;3M: 3M is committed to actively contributing to sustainable development through environmental protection, social responsibility, and economic progress
Adidas: The Adidas Group strives to be the global leader in the sporting goods industry with brands built on a passion for sports and a sporting lifestyle. We are committed to continuously strengthening our brands and products to improve our competitive position.
Amazon: To offer our customers the lowest possible prices, the best available selection, and the utmost convenience.
Apple: To bringing the best user experience to its customers through its innovative hardware, software, and services.
Cisco: Shape the future of the Internet by creating unprecedented value and opportunity for our customers, employees, investors, and ecosystem partners.
Coca Cola: To refresh the world in mind, body, and spirit, to inspire moments of optimism and happiness through our brands and actions, and to create value and make a difference.
Costco: To continually provide our members with quality goods and services at the lowest possible prices.
Disney: To entertain, inform and inspire people around the globe through the power of unparalleled storytelling, reflecting the iconic brands, creative minds and innovative technologies that make ours the world’s premier entertainment company.
Facebook: To give people the power to build community and bring the world closer together.
Google: To organize the world’s information and make it universally accessible and useful.
Ikea: Offer a wide range of well-designed, functional home furnishing products at prices so low that as many people as possible will be able to afford them.
Intel: Utilize the power of Moore’s Law to bring smart, connected devices to every person on earth.
Microsoft: To empower every person and every organization on the planet to achieve more.
Netflix: We promise our customers stellar service, our suppliers a valuable partner, our investors the prospects of sustained profitable growth, and our employees the allure of huge impact.
Nike: Do everything possible to expand human potential
Southwest Airlines: Dedication to the highest quality of customer service delivered with a sense of warmth, friendliness, individual pride, and company spirit.
Starbucks: To inspire and nurture the human spirit – one person, one cup and one neighborhood at a time.
Tesla: To accelerate the world’s transition to sustainable energy.
Uber: To bring transportation — for everyone, everywhere.
Walmart: To save people money so they can live better.&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;Vision Statements&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;3M: 3M Technology Advancing Every Company; 3M products enhancing every home; 3M innovation improving every life.
Adidas: To be the design leaders with a focus on getting the best out of the athletes with performance guaranteed products in the sports market globally.
Amazon: To be Earth’s most customer-centric company, where customers can find and discover anything they might want to buy online.
Apple: We believe that we are on the face of the earth to make great products and that’s not changing.
Cisco: Changing the way we work, live, play, and learn.
Coca Cola: Inspiring each other to be the best we can be by providing a great place to work.
Costco: To provide a wide selection of merchandise, plus the convenience and exclusive member services, all designed to make the shopping experience pleasurable.
Disney: To be one of the world’s leading producers and providers of entertainment and information.”
Facebook: People use Facebook to stay connected with friends and family, to discover what’s going on in the world, and to share and express what matters to them.
Google: To provide access to the world’s information in one click.
Ikea: To create a better everyday life for the many people.
Intel: If it is smart and connected, it is best with Intel.
Microsoft: to help people and businesses throughout the world realize their full potential.
Netflix: Becoming the best global entertainment distribution service.
Nike: To bring inspiration and innovation to every athlete in the world.
Southwest Airlines: To become the world’s most loved, most flown, and most profitable airline.
Starbucks: To establish Starbucks as the premier purveyor of the finest coffee in the world while maintaining our uncompromising principles while we grow.
Tesla: To create the most compelling car company of the 21st century by driving the world’s transition to electric vehicles.
Uber: Smarter transportation with fewer cars and greater access. Transportation that’s safer, cheaper, and more reliable; transportation that creates more job opportunities and higher incomes for drivers.
Walmart: Be the destination for customers to save money, no matter how they want to shop.&lt;/code&gt;&lt;/pre&gt;
&lt;br&gt;
&lt;hr&gt;
&lt;p&gt;Want to &lt;a href=&#34;https://forms.gle/iNBzJYY6b2d6SxFcA&#34; target=&#34;_blank&#34;&gt;Add to the List&lt;/a&gt;?&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Tracking the Change of Industry Positioning Caused by an Acquisition</title>
      <link>https://yangphd.com/research/tracking-the-movement-of-industry-positioning-caused-by-an-acquisition/</link>
      <pubDate>Sun, 19 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/research/tracking-the-movement-of-industry-positioning-caused-by-an-acquisition/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;1. Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mapping-the-positioning-and-tracking-the-movement&#34;&gt;2. Mapping the Positioning and Tracking the Movement&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#the-biplot&#34;&gt;2.1 the Biplot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-3-d-and-2-d-scatterplots-based-on-mds&#34;&gt;2.2 the 3-D and 2-D Scatterplots based on MDS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1. Motivation&lt;/h1&gt;
&lt;p&gt;Due to enduring resource heterogeneity, firms tend to hold persistent positionings within an established industry (like commercial banking). However, transformative corporate actions may alter a firm’s asset structure and create a new industry for the acquirer. Thus, we can map out the industry positions and track the position change caused by an acquisition.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;mapping-the-positioning-and-tracking-the-movement&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2. Mapping the Positioning and Tracking the Movement&lt;/h1&gt;
&lt;div id=&#34;the-biplot&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 the Biplot&lt;/h2&gt;
&lt;p&gt;Consider commercial banks as an example. Different banks may hold differently structured financial asset portfolios and occupy different positions. We can assess a bank’s position based on the proportion of cash, commercial loans, mortgage loans, etc., as a percentage in the total asset (i.e., multiple dimensions). A biplot can provide us a quick intuition about how those dimensions relate to one another. However, the relative positions shown on biplot would not be accurate due to the loss of information in dimension reduction.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/research/2020-04-19-tracking-the-movement-of-industry-positioning-caused-by-an-acquisition_files/figure-html/biplot.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-3-d-and-2-d-scatterplots-based-on-mds&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 the 3-D and 2-D Scatterplots based on MDS&lt;/h2&gt;
&lt;p&gt;In an alternative approach, we can build distance-based features by exploring the inter-firm distance using multi-dimensional scaling (MDS). On Feb. 12th, 2018, Pacific Premier Bancorp launched an acquisition of Grandpoint Capital. Using this acquisition event as an example, we can first calculate the interfirm distance using MDS and then track how the acquisition shifts a bank’s position (in both a 3-D and 2-D scatter plots).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/research/2020-04-19-tracking-the-movement-of-industry-positioning-caused-by-an-acquisition_files/figure-html/3d_scatterplot.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/research/2020-04-19-tracking-the-movement-of-industry-positioning-caused-by-an-acquisition_files/figure-html/2d_scatterplot.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>the Positionings of Big Tech Firms on Industry Presence and Competition Description</title>
      <link>https://yangphd.com/research/mapping-out-the-positionings-of-public-tech-firms-based-on-industry-participation/</link>
      <pubDate>Thu, 16 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/research/mapping-out-the-positionings-of-public-tech-firms-based-on-industry-participation/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#the-positioning-by-industry-presence-across-sic-categories&#34;&gt;1 the positioning by industry presence across SIC categories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-positioning-by-competition-description-in-10-k-filing&#34;&gt;2 the positioning by competition description in 10-K filing&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#calculating-positioning-based-on-the-competition-description&#34;&gt;2.1 calculating positioning based on the competition description&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-final-result-positioning-by-competition-description&#34;&gt;2.2 the final result: positioning by competition description&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;In this post, I calculated the positioning of big tech firms based on two metrics, the multiple-industry presence (based on 3-digit SIC codes) versus the competition description (in 10-K filings), and compared the difference between the two approaches.&lt;/p&gt;
&lt;div id=&#34;the-positioning-by-industry-presence-across-sic-categories&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 the positioning by industry presence across SIC categories&lt;/h1&gt;
&lt;p&gt;Scholars have used SIC codes to understand interfirm differences &lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;
Big public firms typically straddle across multiple SIC industry categories. So it is straightforward and easy to see their positionings by multiple-industry participation. Accordingly, a firm’s position can be calculated as the sales distribution across multiple SIC industry categories &lt;a href=&#34;#fn2&#34; class=&#34;footnote-ref&#34; id=&#34;fnref2&#34;&gt;&lt;sup&gt;2&lt;/sup&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/positioning_multi_industry_presence.png&#34; alt=&#34;positioning by multi-industry presence&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-positioning-by-competition-description-in-10-k-filing&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 the positioning by competition description in 10-K filing&lt;/h1&gt;
&lt;p&gt;The SIC-code might be “backward-looking,” as firms tend to quite if particular combinations of multiple-industry business lines create economic inefficiencies. Only efficient multi-industry presence survives.&lt;/p&gt;
&lt;p&gt;In contrast, the SEC filings may reflect managers’ current understanding of what they do. Especially when they characterize their competition, managers tend to draw their forward-looking expectations on the various forms of competitive threats. Some scholars&lt;a href=&#34;#fn3&#34; class=&#34;footnote-ref&#34; id=&#34;fnref3&#34;&gt;&lt;sup&gt;3&lt;/sup&gt;&lt;/a&gt; and companies&lt;a href=&#34;#fn4&#34; class=&#34;footnote-ref&#34; id=&#34;fnref4&#34;&gt;&lt;sup&gt;4&lt;/sup&gt;&lt;/a&gt; have used the text-based approach to calculate inter-industry distance.&lt;/p&gt;
&lt;div id=&#34;calculating-positioning-based-on-the-competition-description&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 calculating positioning based on the competition description&lt;/h2&gt;
&lt;p&gt;I collected the competition description texts of the largest 17 tech companies. Below are some frequently used words in those statements.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/word_cloud_competition_description.png&#34; alt=&#34;word cloud competition description&#34;&gt;&lt;/p&gt;
&lt;p&gt;I ran an LDA topic modeling with 11 latent topics, which yields a low perplexity score.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/perplecity_score_topic_competition_description.png&#34; alt=&#34;perplecity score topic model on competition description&#34;&gt;&lt;/p&gt;
&lt;p&gt;The figure below shows how the 11 topics distribute across terms.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/topic_loading_on_words.png&#34; alt=&#34;topic loading on terms.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;This is the topic loading on the 11 firms’ competition description, which is used to calculate the pairwise distance.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/topic_loading_on_companies.png&#34; alt=&#34;topic loading on companies.png&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-final-result-positioning-by-competition-description&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 the final result: positioning by competition description&lt;/h2&gt;
&lt;p&gt;Here is the positioning map based on the competition description. The graph on the right shows the positioning of American companies. Looking at the results, we can see some interesting differences. The competition description moves some firms closer or further away from one another as compared to the SIC-presence positioning map.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041620_big_firm_industry_competition/positioning_based_on_competition_description.png&#34; alt=&#34;positioning based on competition description.png&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;footnotes&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;for example: &lt;br&gt;Teece, D. J., Rumelt, R., Dosi, G., &amp;amp; Winter, S. (1994). Understanding corporate coherence: Theory and evidence. Journal of economic behavior &amp;amp; organization, 23(1), 1-30.&lt;br&gt;
&lt;br&gt;Lien, L. B., &amp;amp; Klein, P. G. (2013). Can the survivor principle survive diversification?. Organization Science, 24(5), 1478-1494.&lt;br&gt;&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn2&#34;&gt;&lt;p&gt;Litov, L. P., Moreton, P., &amp;amp; Zenger, T. R. (2012). Corporate strategy, analyst coverage, and the uniqueness paradox. Management Science, 58(10), 1797-1815.Lien, L. B., &amp;amp; Klein, P. G. (2013).&lt;a href=&#34;#fnref2&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn3&#34;&gt;&lt;p&gt;&lt;a href=&#34;https://hobergphillips.tuck.dartmouth.edu&#34; class=&#34;uri&#34;&gt;https://hobergphillips.tuck.dartmouth.edu&lt;/a&gt;&lt;a href=&#34;#fnref3&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn4&#34;&gt;&lt;p&gt;&lt;a href=&#34;https://www.google.com/search?&amp;q=+Rethinking+Comparable+Companies+Morningstar&#34;&gt;Morningstart’s Company Comparables System&lt;/a&gt;&lt;a href=&#34;#fnref4&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Mapping Twitter Topics and Sentiment about FAAMG Companies since Covid-19 Outbreak</title>
      <link>https://yangphd.com/research/mapping-covid-19-related-latent-topics-and-sentiment-on-twitter-about-faamg-the-top-tech-companies/</link>
      <pubDate>Wed, 15 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/research/mapping-covid-19-related-latent-topics-and-sentiment-on-twitter-about-faamg-the-top-tech-companies/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;1 Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#procedures&#34;&gt;2 Procedures&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#data-source&#34;&gt;2.1 Data Source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#topic-modeling&#34;&gt;2.2 Topic Modeling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#results&#34;&gt;3 Results&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#perceptual-map-of-faamg-based-on-topic-sentiment&#34;&gt;3.1 Perceptual Map of FAAMG Based on Topic Sentiment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#keywords-co-occurrence-network-on-each-topic&#34;&gt;3.2 Keywords Co-occurrence Network on Each Topic&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 Motivation&lt;/h1&gt;
&lt;p&gt;On a whim, I mapped out what people say (the text) and feel (the sentiment) about the top tech companies (FAAMG) on twitter since the Covid-19 outbreak. The keywords and sentiment that are associated with the main topics should differ across these companies.&lt;/p&gt;
&lt;p&gt;By no means I am drawing any causal association here. But the story starts with checking the recent price movements of the FAAMG stocks. Obviously, Covid-19 has impacted these companies quite differently.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/stock_price_FAAMG.png&#34; alt=&#34;FAAMG stock price&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;procedures&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 Procedures&lt;/h1&gt;
&lt;div id=&#34;data-source&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 Data Source&lt;/h2&gt;
&lt;p&gt;For each company, I downloaded 1,000 tweets containing the company name as the hashtag (e.g. “#amazon” for Amazon).
I used Python module “tweepy” to stream the data and set the “since” parameter to ‘2020-03-01’, which collects a sample of 1,000 tweets since March 1st.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;topic-modeling&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 Topic Modeling&lt;/h2&gt;
&lt;p&gt;Using Python module “gensim”, I detected three most significant topics (including Covid-19, business, and daily life), which are named by the associated keywords (most relevant terms).&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/lda.png&#34; alt=&#34;latent topics and revevant terms&#34;&gt;&lt;/p&gt;
&lt;p&gt;Using Python module “vaderSentiment”, I computed sentiment scores for each tweet and aggregated the scores by company. The topic-based sentiment scores are used to construct the perceptual map, in which each company takes a different position.
Using Python module “nltk”, I find the most frequent topic-based co-occurring words for each company.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;results&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;3 Results&lt;/h1&gt;
&lt;div id=&#34;perceptual-map-of-faamg-based-on-topic-sentiment&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3.1 Perceptual Map of FAAMG Based on Topic Sentiment&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_sentiment_FAAMG.png&#34; alt=&#34;perceptual map and the positioning of each company&#34;&gt;&lt;/p&gt;
&lt;p&gt;It looks Amazon does well on all topics, especially on Covid-19-related topic. Microsoft and Apple do well on “Business”.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;keywords-co-occurrence-network-on-each-topic&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3.2 Keywords Co-occurrence Network on Each Topic&lt;/h2&gt;
&lt;p&gt;Here are the work keywords co-occurrence patterns for each topic of these companies.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_amazon.png&#34; alt=&#34;Amazon Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_apple.png&#34; alt=&#34;Apple Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_facebook.png&#34; alt=&#34;Facebook Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_google.png&#34; alt=&#34;Google Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/opinion_mining/041520_FAAMG_twitter_topic_sentiment/topic_keyword_microsoft.png&#34; alt=&#34;Microsoft Word-Association Network&#34;&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>An Ongoing Collection of Strategy Matrices</title>
      <link>https://yangphd.com/str_consulting/an-ongoing-collection-of-strategy-matrices/</link>
      <pubDate>Tue, 31 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/str_consulting/an-ongoing-collection-of-strategy-matrices/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#general-purpose-matrices&#34;&gt;1 General-purpose Matrices&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#strategic-management&#34;&gt;2 Strategic Management&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#business-strategy&#34;&gt;2.1 Business Strategy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#corporate-strategy&#34;&gt;2.2 Corporate Strategy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#innovation-strategy&#34;&gt;3 Innovation Strategy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;Here is a collection of analytical matrices in strategic management and entrepreneurship.
As a tool for strategic decision making, each matrix is made of two analytical dimensions.&lt;/p&gt;
&lt;div id=&#34;general-purpose-matrices&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 General-purpose Matrices&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=swot+analysis&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;SWOT Analysis&lt;/a&gt; [analytical dimensions: &lt;strong&gt;external/internal&lt;/strong&gt; × &lt;strong&gt;harmful/helpful&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=swot+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;TOWS Analysis&lt;/a&gt; [analytical dimensions: &lt;strong&gt;(strength vs. weakness)&lt;/strong&gt; × &lt;strong&gt;(opportunities vs. threats)&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=eisenhower+framework&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Eisenhower Priority Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;urgency&lt;/strong&gt; × &lt;strong&gt;importance&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=risk+reward+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Risk Reward Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;risk&lt;/strong&gt; × &lt;strong&gt;reward&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=skill+will+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Skill-Will Matrix for Managing &amp;amp; Leading People &lt;/a&gt; [analytical dimensions: &lt;strong&gt;people’s will&lt;/strong&gt; × &lt;strong&gt;people’s skill&lt;/strong&gt;]&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;strategic-management&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 Strategic Management&lt;/h1&gt;
&lt;div id=&#34;business-strategy&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 Business Strategy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=generic+strategies+porter&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Generic Strategies&lt;/a&gt; [analytical dimensions: &lt;strong&gt;market scope&lt;/strong&gt; × &lt;strong&gt;profit driver&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Miles+%26+Snow&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Miles &amp;amp; Snow’s Strategic Type&lt;/a&gt; [analytical dimensions: &lt;strong&gt;environment&lt;/strong&gt; × &lt;strong&gt;action&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=BCG+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;BCG Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;market growth&lt;/strong&gt; × &lt;strong&gt;market share&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Blue+ocean+Four+Actions&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Blue Ocean Strategy: Four-Action Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;relative performance&lt;/strong&gt; × &lt;strong&gt;perceived value&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=competitor+identification+market+resource+similarity&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Competitor Identification Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;market overlap&lt;/strong&gt; × &lt;strong&gt;resource similarity&lt;/strong&gt;]&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;corporate-strategy&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 Corporate Strategy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=ansoff+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Ansoff Growth Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;product&lt;/strong&gt; (old vs. new) × &lt;strong&gt;market&lt;/strong&gt; (old vs. new)]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=merger+acquisition+integration+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;M&amp;amp;A Integration Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;interdependence&lt;/strong&gt; (acquirer v. target) × &lt;strong&gt;autonomy&lt;/strong&gt; (target)]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=outsourcing+strategy+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Outsourcing Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;strategic impact&lt;/strong&gt; × &lt;strong&gt;cost benefit&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=kraljic+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Kraljic Purchase Control Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;strategic impact&lt;/strong&gt; × &lt;strong&gt;cost benefit&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Bartlett+Ghoshal+Matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Bartlett &amp;amp; Ghoshal Globalization Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;global standardization&lt;/strong&gt; (↓cost) × &lt;strong&gt;local customization&lt;/strong&gt; (↑value)]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Bartlett+Ghoshal+Matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Stakeholder Interest Influence Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;stakeholder power&lt;/strong&gt; × &lt;strong&gt;stakeholder interest&lt;/strong&gt;]&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;innovation-strategy&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;3 Innovation Strategy&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=innovation+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Types of Innovation&lt;/a&gt; [analytical dimensions: &lt;strong&gt;problem maturity&lt;/strong&gt; × &lt;strong&gt;solution maturity&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Perrow+technology+typology+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Perrow’s Technology Typology Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;task analyzability&lt;/strong&gt; × &lt;strong&gt;task variability&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=perrow+coupling-interaction+diagram&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Perrow’s Coupling-Interaction Diagram&lt;/a&gt; [analytical dimensions: &lt;strong&gt;system coupling&lt;/strong&gt; (tight vs. loose) × &lt;strong&gt;system interaction&lt;/strong&gt; (linear vs. complex)]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Product+process+change+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Product-Process Change Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;product change&lt;/strong&gt; × &lt;strong&gt;process change&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Abernathy+and+Clark+Typology&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Abernathy &amp;amp; Clark Innovation Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;market creation&lt;/strong&gt; (low vs. high) × &lt;strong&gt;technological change&lt;/strong&gt; (low vs. high)]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=How-Wow-Now+Matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;How-Wow-Now Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;novelty&lt;/strong&gt; × &lt;strong&gt;feasibility&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=verganti+design-driven+radical+change+matrix&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Verganti’s Innovation Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;new technology&lt;/strong&gt; × &lt;strong&gt;new meaning&lt;/strong&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.google.com/search?q=Human-Centered%2C+Systems-Minded+Design&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Standford Human-Systems Design-thinking Matrix&lt;/a&gt; [analytical dimensions: &lt;strong&gt;creation&lt;/strong&gt; (understand vs. create) × &lt;strong&gt;abstraction&lt;/strong&gt; (concrete vs. abstract)]
&lt;br&gt;
&lt;hr&gt;
Didn’t See the Matrix You Use? &lt;a href=&#34;https://forms.gle/8pvvvLS3DWy7c9dS9&#34; target=&#34;_blank&#34;&gt;TELL ME&lt;/a&gt; to add it!&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Citation Analysis of Recent Acquisition Research</title>
      <link>https://yangphd.com/post/2019/04/15/recent-merger-and-acquisition-research-since/</link>
      <pubDate>Mon, 15 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2019/04/15/recent-merger-and-acquisition-research-since/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#sample-and-data&#34;&gt;1 Sample and Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#central-themes&#34;&gt;2 Central Themes&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#network-of-co-occurrence-keywords&#34;&gt;2.1 Network of Co-occurrence Keywords&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#mds-mapping-of-the-conceptual-structure&#34;&gt;2.2 MDS Mapping of the Conceptual Structure&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#central-papers&#34;&gt;3 Central Papers&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#the-main-stream-papers&#34;&gt;3.1 the “Main Stream” Papers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#the-classic-papers&#34;&gt;3.2 the “Classic” Papers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;sample-and-data&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;1 Sample and Data&lt;/h1&gt;
&lt;p&gt;The &lt;a href=&#34;https://github.com/RkzYang/Lit_Review/blob/master/data/savedrecs_MnA_04152019.txt&#34; target=&#34;_blank&#34;&gt;sample&lt;/a&gt; used in this analysis contains 160 articles on “mergers and acquisitions” published on top management and finance journals since 2008.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;central-themes&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;2 Central Themes&lt;/h1&gt;
&lt;div id=&#34;network-of-co-occurrence-keywords&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.1 Network of Co-occurrence Keywords&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-04-15-merger-and-acquisition-research-since-2008_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;This graph shows the most common themes (top 30 co-occuring keywords) of these papers.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;mds-mapping-of-the-conceptual-structure&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2.2 MDS Mapping of the Conceptual Structure&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-04-15-merger-and-acquisition-research-since-2008_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;&lt;img src=&#34;https://yangphd.com/post/2019-04-15-merger-and-acquisition-research-since-2008_files/figure-html/unnamed-chunk-3-2.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;We can use MDS (Multi-dimentional Scaling) and Dendrogram to map the distance/dissimilarity among the themes.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;central-papers&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;3 Central Papers&lt;/h1&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-04-15-merger-and-acquisition-research-since-2008_files/figure-html/unnamed-chunk-5-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;div id=&#34;the-main-stream-papers&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3.1 the “Main Stream” Papers&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;most central papers (top 20) in bibliographic coupling network&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##   BARKEMA HG, 2008       KIM JY, 2009   NADOLSKA A, 2014 
##          1.0000000          0.8682856          0.8598660 
##       KIM JY, 2011 HALEBLIAN JJ, 2017   GORANOVA M, 2010 
##          0.8555986          0.8210859          0.7714827 
##    DEVERS CE, 2013 STEINBACH AL, 2017      KROLL M, 2008 
##          0.7253757          0.7121932          0.7104844 
##  MUEHLFELD K, 2012  EL-KHATIB R, 2015     ELLIS KM, 2011 
##          0.6669592          0.6612580          0.6551406 
##  MCDONALD ML, 2008      SHI W, 2017-1 HEIMERIKS KH, 2012 
##          0.6185902          0.5899796          0.5799630 
##  GRAEBNER ME, 2009      ZOLLO M, 2009     ELLIS KM, 2009 
##          0.5753946          0.5740604          0.5715228 
##        YIM S, 2013      ZOLLO M, 2010 
##          0.5578773          0.5558791&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To identify the “main stream” papers, we can construct a “bibliographic coupling” (BC) network to see which papers co-cited the same prior research with other papers. The top 20 “main stream” (by eigenvector centrality in the BC network) papers.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;the-classic-papers&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3.2 the “Classic” Papers&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-04-15-merger-and-acquisition-research-since-2008_files/figure-html/unnamed-chunk-7-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;most central papers (top 20) in co-citation network&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;##    MOELLER SB 2004   HALEBLIAN J 1999     JENSEN MC 1986 
##          1.0000000          0.9891969          0.9313744 
##       MORCK R 1990   HAYWARD MLA 2002 HASPESLAGH P. 1991 
##          0.8737119          0.8477468          0.7896179 
##   HAYWARD MLA 1997       KING DR 2004        ROLL R 1986 
##          0.7119846          0.7104482          0.6958790 
##       ZOLLO M 2004    MASULIS RW 2007  MOELLER SB 2005-1 
##          0.6931354          0.6809497          0.6665792 
##     ASQUITH P 1983     ANDRADE G 2001     JENSEN MC 1976 
##          0.6269530          0.6209498          0.5782434 
##  MALMENDIER U 2008  HALEBLIAN JJ 2006      FULLER K 2002 
##          0.5702609          0.5595749          0.5314969 
##  HECKMAN JJ 1979-1     GOMPERS P 2003 
##          0.5272799          0.5248858&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To identify the “classic” papers, we can construct a “co-citation” (CC) network to see which papers are cited together with other papers by later researchers. The top 20 “classic” (by eigenvector centrality in the CC network) papers.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>A.I./Blockchain Adoption and Technology Substitution</title>
      <link>https://yangphd.com/post/2019/04/02/a-i-blockchain-related-m-as-and-technology-substitution/</link>
      <pubDate>Tue, 02 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2019/04/02/a-i-blockchain-related-m-as-and-technology-substitution/</guid>
      <description>


&lt;p&gt;Artificial intelligence (A.I.) and blockchain are the hottest new technologies right now. It would be fun to think about the future of them (see the patterns, draw the inference, and make predictions). Would A.I. and blockchain be the next “internet,” which has disrupted many traditional business models and creates many new giants across the globe? Or, since businesses have learned a lesson from the internet disruption, A.I. and blockchain will be merely incorporated into the existing technology terrain as an expansion of opportunities by the incumbents? Do A.I. and blockchain have the same fate?&lt;/p&gt;
&lt;p&gt;I’ve been leaving an eye on the adoption/acquisition of new technology in the banking sector (since one of my dissertation chapters was on banking acquisitions). Here is some latest news.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.slideshare.net/accenture/machine-learning-in-banking&#34; target=&#34;_blank&#34;&gt;The banking sector has a bright prospect incorporating the A.I. in its six core functions.&lt;a/&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.cnbc.com/2019/02/13/jp-morgan-is-rolling-out-the-first-us-bank-backed-cryptocurrency-to-transform-payments--.html&#34; target=&#34;_blank&#34;&gt;JP Morgan has adopted cryptocurrency in the payment businesses.&lt;a/&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.cnbc.com/2019/03/28/wells-fargo-mastercard-ceos-say-blockchain-has-yet-to-live-up-to-the-hype.html&#34; target=&#34;_blank&#34;&gt;Wells Fargo and Mastercard CEOs express doubt about blockchain.&lt;a/&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.coindesk.com/paypal-makes-its-first-ever-investment-in-a-blockchain-startup?hootPostID=71e9a7b4bdfd9e25a696028bb9a83237&#34; target=&#34;_blank&#34;&gt;PayPal made a major investment on the blockchain.&lt;a/&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Could there be a unified explanation for what is happening right now? Well, one may associate the topic of technology development with Clayton Christensen’s ‘innovator’s dilemma’ assertion, which predicts emerging new technology will quickly take over declining old ones (often depicted as the double-S curves). It’s the good management–trying best to hear about customer needs, play with competition carefully, and align resource allocation with calculated risk/benefit profiles–who prevent the incumbents from adopting new technologies. Then shouldn’t managers try their best? According to Clayton Christensen, it is difficult for good management not to do good–it is difficult for the incumbents to utilize new technologies even they tend to spot them earlier than startups. At the initiation stage of new technology, incumbents can’t risk their existing market share and customer relationships with unproven models, whereas startups have little to lose. The prediction is: startups disrupt incumbents.&lt;/p&gt;
&lt;p&gt;However, things are different right now. The boundary between new tech. and old tech. are melting down; they are intertwined ecosystems rather than isolated communities. Incumbents right now have taken deliberate effort and allocate resource for emerging technology. They are agiler and more determined to disrupt themselves before being disrupted by others. If important pre-existing conditions are different, it might be necessary to modify the predictions from &lt;a href=&#34;https://www.google.com/search?q=double-S+curves+disruption&amp;tbm=isch&#34; target=&#34;_blank&#34;&gt;Clayton Christensen’s double-S curves&lt;a/&gt;.&lt;/p&gt;
&lt;p&gt;First, the compatibility between incumbents’ existing technology and emerging technology should lower the likelihood and rate of disruption.
Let’s consider two cases here. One is about different incumbent technologies: as compared to traditional banking, the higher level of digitization of PayPal allows a higher compatibility potential with blockchain (consider internet and blockchain don’t rely on a central authority/agency as traditional banking does). The other is about different emerging technologies: as compared to the blockchain, A.I. allows a higher level of compatibility with traditional banking (both banking and A.I. are aimed at decision/prediction accuracy and efficiency.)&lt;/p&gt;
&lt;p&gt;Second, the intensity of the incumbent technology expansion should also lower the likelihood of disruption. This factor is not only related to incumbents’ existing resource base but also has something to do with management. A recent paper in SMJ&lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt; has updated the “double-S” framework by incorporating the “incumbent technology expansion” in predicting the rate of substitution and found empirical support for the model’s prediction efficacy.&lt;/p&gt;
&lt;p&gt;Conclusion: since A.I. tends to have a higher level of compatibility with, and also face a stronger expansion threat from, the incumbent technology than blockchain, it’s predicted to have a lower likelihood/rate of disruption. However, contingencies should also exist due to the significant variance in incumbents’ technology, resource, and management conditions.&lt;/p&gt;
&lt;div class=&#34;footnotes&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;Adner, R., &amp;amp; Kapoor, R. (2016). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C6&amp;q=Innovation+ecosystems+and+the+pace+of+substitution%3A+Re-examining+technology+S-curves&amp;btnG=&#34; target=&#34;_blank&#34;&gt;Innovation ecosystems and the pace of substitution: Re‐examining technology S‐curves.&lt;a/&gt; Strategic management journal, 37(4), 625-648.&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>A Summary of Recent &#39;Social Evaluation&#39; Research</title>
      <link>https://yangphd.com/post/2019/03/25/social-evaluation-and-institutional-complexity/</link>
      <pubDate>Mon, 25 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2019/03/25/social-evaluation-and-institutional-complexity/</guid>
      <description>

&lt;div id=&#34;TOC&#34;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#motivation&#34;&gt;1 Motivation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#biblio-analysis&#34;&gt;2. Biblio-Analysis&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#selection-criteria&#34;&gt;2.1 Selection Criteria&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#central-sources-and-keywords&#34;&gt;2.2 Central Sources and Keywords&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#classic-papers&#34;&gt;3 Classic Papers&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#top-citations&#34;&gt;3.1 Top Citations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#summary-of-top-cited-papers&#34;&gt;3.2 Summary of Top-cited Papers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id=&#34;motivation&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;1 Motivation&lt;/h2&gt;
&lt;p&gt;The goal of this post is to analyze and review the “social evaluation” research tracing back to Zuckerman (1999)&lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;. The analysis/review is based on hand-collected papers that directly and indirectly cite Zuckerman (1999). The review is not intended to be comprehensive but to understand the central ideas on the topic developed by management/sociology scholars in the past 20 years.&lt;/p&gt;
&lt;p&gt;Let’s continue on the “positioning” topic from &lt;a href=&#34;https://yangphd.com/post/2019/02/25/optimal-positioning-for-firms-individuals/&#34; target=&#34;_blank&#34;&gt;one of my previous posts&lt;/a&gt; (firms are social actors being evaluated by social audiences), but shift our focus of discussion from “what actors do” to “what audience think.” That is, instead of an “actor” standpoint, let’s take an “audience” perspective to consider how firms as market participants are evaluated by market audiences. Reality doesn’t directly translate into human decisions; human beings can only understand reality from their brain, which is subjected to social construction. As a result, the evaluations on market participants do not come from complete rationality in a social vacuum. Rather, audiences’ cognition is shaped by the market’s categorical structure and/or the socially accepted categorical beliefs.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;biblio-analysis&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;2. Biblio-Analysis&lt;/h2&gt;
&lt;div id=&#34;selection-criteria&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;2.1 Selection Criteria&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;## Warning: The curvature argument has been deprecated in favour of strength&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-03-25-social-evaluation-and-institutional-complexity_files/figure-html/unnamed-chunk-2-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://github.com/RkzYang/Lit_Review/blob/master/data/savedrecs_cat_eval_032619.txt&#34; target=&#34;_blank&#34;&gt; raw data&lt;/a&gt; is based on 29 hand-collected papers directed and indirectly citing Zukerman (1999) and extracted from &lt;a href=&#34;http://www.webofknowledge.com&#34; target=&#34;_blank&#34;&gt; Web of Science&lt;/a&gt;. The papers that not on the topic of “social evaluation” are excluded from the sample, based on the author’s judgment. We can get a general idea of the citation relationship among those papers from the direct citation network graph.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;central-sources-and-keywords&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;2.2 Central Sources and Keywords&lt;/h3&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-03-25-social-evaluation-and-institutional-complexity_files/figure-html/unnamed-chunk-3-1.png&#34; width=&#34;672&#34; /&gt;
By quickly checking the origins (papers being cited) of the sampled papers, we can see that a big portion (the blue-colored cluster) is the classic institution work. It makes sense, as the discussion of the underlying mechanism of social evaluation should be related to how the evaluating standards are formed in the institutionalization processes. The summary in 3.2 will be based on the top-cited “social evaluation” papers in the red-colored cluster.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://yangphd.com/post/2019-03-25-social-evaluation-and-institutional-complexity_files/figure-html/unnamed-chunk-4-1.png&#34; width=&#34;672&#34; /&gt;
The inter-connected keyword clusters present the relationship among the main topics covered by this stream of research. It seems to have a quite strong “strategy” flavor&lt;a href=&#34;#fn2&#34; class=&#34;footnote-ref&#34; id=&#34;fnref2&#34;&gt;&lt;sup&gt;2&lt;/sup&gt;&lt;/a&gt;. The most frequently used keywords include “industry”, “market”, and “performance.”&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;classic-papers&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;3 Classic Papers&lt;/h2&gt;
&lt;div id=&#34;top-citations&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;3.1 Top Citations&lt;/h3&gt;
&lt;p&gt;by frequency:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;ZUCKERMAN EW, 1999, AM J SOCIOL, V104, P1398, DOI 10.1086/210178&amp;quot;          
## [2] &amp;quot;HSU G, 2006, ADMIN SCI QUART, V51, P420, DOI 10.2189/ASQU.51.3.420&amp;quot;        
## [3] &amp;quot;HSU G, 2009, AM SOCIOL REV, V74, P150, DOI 10.1177/000312240907400108&amp;quot;     
## [4] &amp;quot;PONTIKES EG, 2012, ADMIN SCI QUART, V57, P81, DOI 10.1177/0001839212446689&amp;quot;
## [5] &amp;quot;RAO H, 2005, AM SOCIOL REV, V70, P968, DOI 10.1177/000312240507000605&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;by co-citation centrality:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;## [1] &amp;quot;most central sources (top 5)&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## ZUCKERMAN EW 1999        HSU G 2009      HSU G 2006-1  PONTIKES EG 2012 
##         1.0000000         0.7142248         0.6970316         0.6754593 
##        RAO H 2005 
##         0.6150981&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The most frequent (by frequency count) citations are also the most central (by eigenvector centrality) citations.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;summary-of-top-cited-papers&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;3.2 Summary of Top-cited Papers&lt;/h3&gt;
&lt;p&gt;Hsu et al. (2009) provide an integrative explanation for the multi-category disadvantage. The paper combines the actor- and audience-centered explantions and argues that category spanning is both difficult for the actor to manage and hard for the audience to understand. Hsu (2006) explicitly analyzes the underlying cognition mechanism in which film audiences encounter difficulties in making sense of multi-genre films. Pontikes (2012) analyzes the different segments of market audiences with distinct preferences for ambiguous classification–the difficulty of classifying startups into established categories. According to her, consumers and corporate venture capitalists are more passive market-takers who prefer startups that are easy to classify; in contrast, individual venture capitalists are market-makers who have the power to redefine the market structure and see ambiguous classification as opportunities. Rao et al. (2005) argue that the market boundaries are melting when high-status market participants’ cross the market categories–French chefs with starts in the &lt;i&gt;Guide Michelin&lt;/i&gt; make hybrid cuisines. Typically, there are cost and risk associated with “cross-category borrowings.” But they tend to attenuate when borrowings prevail. Overall, it seems to be risky to cross the categorical boundaries. But contextual contingencies for the benefit/risk profile of category-straddling exists.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;p&gt;Zuckerman, E. W. (1999). &lt;a href=&#34;https://www.journals.uchicago.edu/doi/abs/10.1086/210178&#34; target=&#34;_blank&#34;&gt;The categorical imperative: Securities analysts and the illegitimacy discount&lt;/a&gt;. American Journal of Sociology, 104(5), 1398-1438.&lt;/p&gt;
&lt;p&gt;Hsu, G., Hannan, M. T., &amp;amp; Koçak, Ö. (2009). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Two+sides+of+the+same+coin%3A+How+ambiguous+classification+affects+multiple+audiences%E2%80%99+evaluations&amp;btnG=#d=gs_cit&amp;u=%2Fscholar%3Fq%3Dinfo%3Ah4EhB9sADWIJ%3Ascholar.google.com%2F%26output%3Dcite%26scirp%3D0%26hl%3Den&#34; target=&#34;_blank&#34;&gt;Multiple category memberships in markets: An integrative theory and two empirical tests&lt;/a&gt;. American Sociological Review, 74(1), 150-169.&lt;/p&gt;
&lt;p&gt;Hsu, G. (2006). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Jacks+of+all+trades+and+masters+of+none%3A+Audiences%27+reactions+to+spanning+genres+in+feature+film+productio&amp;btnG=&#34; target=&#34;_blank&#34;&gt;Jacks of all trades and masters of none: Audiences’ reactions to spanning genres in feature film production&lt;/a&gt;. Administrative Science Quarterly, 51(3), 420-450.&lt;/p&gt;
&lt;p&gt;Pontikes, E. G. (2012). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Two+sides+of+the+same+coin%3A+How+ambiguous+classification+affects+multiple+audiences%E2%80%99+evaluations&amp;btnG=&#34; target=&#34;_blank&#34;&gt;Two sides of the same coin: How ambiguous classification affects multiple audiences’ evaluations&lt;/a&gt;. Administrative Science Quarterly, 57(1), 81-118.&lt;/p&gt;
&lt;p&gt;Rao, H., Monin, P., &amp;amp; Durand, R. (2005). &lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Border+crossing%3A+Bricolage+and+the+erosion+of+categorical+boundaries+in+French+gastronomy&amp;btnG=&#34; target=&#34;_blank&#34;&gt;Border crossing: Bricolage and the erosion of categorical boundaries in French gastronomy&lt;/a&gt;. American Sociological Review, 70(6), 968-991.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;footnotes&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;The central idea of this paper is that firms’ stock price is affected by the categorical pattern of financial analysts’ industry coverage, which reflects the institionalized expectations for firms’ product mix straddling across various market categories.&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li id=&#34;fn2&#34;&gt;&lt;p&gt;For the central topics in strategy research, refer to “&lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=The+intellectual+structure+of+the+strategic+management+field%3A+An+author+co-citation+analysis&amp;btnG=&#34; target=&#34;_blank&#34;&gt;the intellectual structure of the strategic management field…&lt;/a&gt;” by Nerur et al. (2008) and “&lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=What+is+strategic+management%2C+really%3F+Inductive+derivation+of+a+consensus+definition+of+the+field&amp;btnG=&#34; target=&#34;_blank&#34;&gt;what is strategic management…&lt;/a&gt;” by Nag el al. (2007)&lt;a href=&#34;#fnref2&#34; class=&#34;footnote-back&#34;&gt;↩&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>Optimal Positioning for Firms and Individuals</title>
      <link>https://yangphd.com/post/2019/02/25/optimal-positioning-for-firms-individuals/</link>
      <pubDate>Mon, 25 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://yangphd.com/post/2019/02/25/optimal-positioning-for-firms-individuals/</guid>
      <description>


&lt;p&gt;Imagine you are invited to a party. You want to get noticed by other partygoers. Or you want to be recognized as a “cool” person by those who you are interested in. The “coolness” will result in some social benefits you desire. This is a scene of “social evaluation,” in which you want to stand out of the crowd of peer actors (competitors) to impress the audiences (customers and suppliers). If you succeed, the peer actors will admire you, the audiences will adore you, and of course, the esteems and profitable relationships will follow. Now the question is, “how to position yourself to be ‘cool’ so that you can win the game?”&lt;/p&gt;
&lt;p&gt;Practically, the first question coming to your mind might be “to what extent should I be similar to or different from others?” You want to be different so that you can stand out. However, you don’t want to be too different so that people think you are wired. Your goal is to “impress” but not to “surprise.” It is a bad idea to violate the audience’s expectations on your appearances and behaviors – the commonly accepted “norms.” Violations typically lead to penalties.&lt;/p&gt;
&lt;p&gt;Excessive differentiation is risky. It jeopardizes your “legitimacy,” the potential for being accepted by the audience, who controls the resources and opportunities. Now the headache you get is — being similar places you under competitive pressures (so you can’t stand out) but being different gives you the risk of losing legitimacy. Then, you may find a simple solution: find a middle ground between the two extremes — “to be different as ‘legitimately’ possible.” Good. You got a “holistic” approach, in which you consider all the audiences, attributes, and evaluation processes as a “whole.” And you have a clear goal—maximizing the total audience perceptions. It is implementable. It is the wisdom of Confucius’ as well as Aristotle’s “Golden Mean.”&lt;/p&gt;
&lt;p&gt;If you don’t want to stop here, let’s think further. We can do some analysis&lt;a href=&#34;#fn1&#34; class=&#34;footnote-ref&#34; id=&#34;fnref1&#34;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;, by moving away from the “holistic” approach to an “analytical” one. For example, we can anatomize the positioning problem in three ways: (1) separating the evaluating audiences, (2) separating the actor attributes, and (3) separating the evaluation processes.&lt;/p&gt;
&lt;p&gt;First, different audience groups (government, customers, investors, etc.) may demand different levels of conformity vs. differentiation, so you can deploy specific positioning strategy to target specific audiences (e.g. horizontal websites tend to give different people different things while vertical websites tend to meet specific people’s specific needs). Second, as audiences allocate their decision weights among multiple dimensions of difference, you can conform on most of them to maintain legitimacy and then differentiate on a couple of others to look cool (e.g. in a party, people always care about dress code while worrying about outfit clash). Third, as the audiences typically engage in a categorization process before making the final selection, you can strategize for “entering the game” and “winning the game” separately (e.g. audiences tend to make a short list first, select the winner from it. No matter you want to design a website or find a job, to make it to the shortlist, you need to first figure out the similarities that help you stay relevant; and in the selection stage, find the differences that help you win).&lt;/p&gt;
&lt;p&gt;The positioning problem shouldn’t stop here. As audiences evaluate actor attributes with their subjective minds, numerous factors (cognitive, sociological, cultural ones) determine how individual opinions aggregate and emerge as market behavior. Researchers have been studying the patterns, drawing inferences and making predictions. Importantly, there could exist positive and negative feedback loops for the mutual influence between actor behavior (strategic action) and audience perception (performance evaluation). This is what I’m interested in.&lt;/p&gt;
&lt;p&gt;References:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=To+be+different%2C+or+to+be+the+same%3F+It%E2%80%99s+a+question+%28and+theory%29+of+strategic+balance&amp;btnG=&#34; target=&#34;_blank&#34;&gt; Deephouse, D. L. 1999. To be different, or to be the same? It’s a question (and theory) of strategic balance. Strategic Management Journal, 20(2): 147–166. &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34; https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Optimal+distinctiveness+revisited%3A+An+integrative+framework+for+understanding+the+balance+between+differentiation+and+conformity+in+individual+and+organizational+identities&amp;btnG=&#34; target=&#34;_blank&#34;&gt; Zuckerman, E. W. 2016. Optimal distinctiveness revisited: An integrative framework for understanding the balance between differentiation and conformity in individual and organizational identities. Handbook of Organizational Identity. &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34; https://scholar.google.com/scholar?hl=en&amp;as_sdt=0%2C5&amp;q=Optimal+distinctiveness%3A+Broadening+the+interface+between+institutional+theory+and+strategic+management&amp;btnG=&#34; target=&#34;_blank&#34;&gt; Zhao, E. Y., Fisher, G., Lounsbury, M., &amp;amp; Miller, D. 2017. Optimal distinctiveness: Broadening the interface between institutional theory and strategic management. Strategic Management Journal, 38(1): 93–113. &lt;/a&gt;&lt;/p&gt;
&lt;div class=&#34;footnotes footnotes-end-of-document&#34;&gt;
&lt;hr /&gt;
&lt;ol&gt;
&lt;li id=&#34;fn1&#34;&gt;&lt;p&gt;&lt;a href=&#34;https://www.merriam-webster.com/dictionary/analysis&#34; target=&#34;_blank&#34;&gt; Merriam-Webster&lt;/a&gt; has a definition of “analysis” — “separation of a whole into its component parts.”&lt;a href=&#34;#fnref1&#34; class=&#34;footnote-back&#34;&gt;↩︎&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
  </channel>
</rss>