Contents

Google Causal Impact

Contents

Using the causal inference tool to determine wether the Cambridge Analytica scandal had a significant impact on the Facebook stocks.

Warning

Sorry, this page is still under construction. Subscribe to the newsletter to stay updated. 😇

1 figure

Example figure input:

1
{{< figure src="/images/theme-documentation-built-in-shortcodes/lighthouse.jpg" title="Lighthouse (figure)" >}}

The rendered output looks like this:

Lighthouse (figure)

The corresponding HTML code looks like this:

1
2
3
4
5
6
<figure>
    <img src="/images/theme-documentation-built-in-shortcodes/lighthouse.jpg"/>
    <figcaption>
        <h4>Lighthouse (figure)</h4>
    </figcaption>
</figure>