User Tools

Site Tools


r-credplot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
r-credplot [2013/03/19 15:55]
matt fixed naming error
r-credplot [2017/09/24 18:39] (current)
Line 48: Line 48:
 The following code generates a plot similar to that below. The following code generates a plot similar to that below.
 <code c> <code c>
-m <- rnorm(10, 0, 1/10)+m <- rnorm(50, 0, 1/10)
 mlo <- m - 1/10 mlo <- m - 1/10
 mhi <- m + 1/10 mhi <- m + 1/10
 credplot(m, mlo, mhi, cen=0) credplot(m, mlo, mhi, cen=0)
 </​code>​ </​code>​
-{{:​credplot.png|credplot.png}}+
r-credplot.txt ยท Last modified: 2017/09/24 18:39 (external edit)