AI-Powered Statistical Assistant Using NotebookLM

In this video, I demonstrate how to build an AI-powered statistical assistant using NotebookLM, a free AI tool developed by Google that creates personalized assistants grounded exclusively on documents you provide. I use my own Statistics course materials (an R notebook, slides, and a YouTube tutorial) as reference sources to build an assistant designed to guide users through a chi-squared test of independence step by step. Here you have a link to Google doc with the main prompt I used in the video: https://docs.google.com/document/d/1N... In this video, you will learn how to: a) Select and upload reference sources to NotebookLM. b) Craft a main prompt that defines the assistant's purpose, the steps it should follow, and the restrictions it should respect. c) Review and refine the assistant's proposed action plan using targeted feedback. d) Interact with the assistant by providing a dataset and problem description to run a chi-squared test of independence. e) Adapt the same approach as a template to build similar assistants for other statistical tests, such as ANOVA, the t-test, the Wilcoxon test, etc.