psplot | R Documentation |
Plots the Partial Sums with their quantiles for a given set of observations und the corresponding regression function.
psplot(dat, mu, text = 'Sample')
dat |
observations. |
mu |
regression function. |
text |
title of the chart. |
No explicit return value: a plot is generated
Dr. Lars Metzner
Dr. Lars Metzner (2021) Adäquates Maschinelles Lernen. Independently Published.
psplot(sin(seq(-pi, pi, length.out = 200))+rnorm(200),
sin(seq(-pi, pi, length.out = 200)), text='Test')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.