X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=section5.1.ipynb;h=e24eb064e22c0e837d6d3f08a47ceb6fa581757f;hb=HEAD;hp=5a8ef2eb1410334a8b6910d7eb119aa93ba568cb;hpb=5c971849514707f56e86c74b9ddeb91676f0658d;p=ou-jupyter-r-demo.git diff --git a/section5.1.ipynb b/section5.1.ipynb index 5a8ef2e..e24eb06 100644 --- a/section5.1.ipynb +++ b/section5.1.ipynb @@ -108,17 +108,6 @@ "# print(cbind(af,PctExp=afss/sum(afss)*100))" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# ggplot(rubber, aes(x=hardness, y=loss)) + \n", - "# geom_point() +\n", - "# stat_smooth(method = \"lm\", col = \"red\")" - ] - }, { "cell_type": "code", "execution_count": null, @@ -178,7 +167,9 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "hidden": true + }, "outputs": [], "source": [ "ggplotRegression(fit.s)"