Clone a copy of this repository using Git. To clone a copy of this repository to your own PC:
git clone https://github.com/tisem-digital-marketing/smwa-abtest-nextsteps-code.git
Once you have cloned the files, open the cloned repository in RStudio as an RStudio project and use the empty R scripts to follow along with the lecture as we work through material.
At the conclusion of the class, the course instructor's scripts are made available in the branch instructor
.
Recall that you can switch between branches using the git branch <BRANCHNAME>
command in a terminal.
Thus to switch to the instructor branch:
git branch instructor
And to switch back to the branch that you worked through live in class:
git branch main
NOTE: Git does not like you to switch branches with uncommitted changes. Before you switch branches, be sure to commit any changes to the files.
This lecture makes use of additional R
packages.
Install these packages before coming to class.
- Module Maintainer: Lachlan Deer (
@lachlandeer
) - Course: Social Media and Web Analytics
- Institute: Dept of Marketing, Tilburg University
- Current Version: 2024 edition
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Deer, Lachlan. 2024. Social Media and Web Analytics: A/B Testing - Next Steps -- Code. Tilburg University. url = "https://github.com/tisem-digital-marketing/smwa-abtest-nextsteps-code"
@misc{smwa-abtestnext-2024,
title={"Social Media and Web Analytics: A/B Testing Next Steps -- Code"},
author={Lachlan Deer},
year={2024},
url = "https://github.com/tisem-digital-marketing/smwa-abtest-nextsteps-code"
}