Displaying 1 result from an estimated 1 matches for "plotmathproblem".
Did you mean:
plotmath_problem
2010 Jul 06
1
plotmath vector problem; full program enclosed
...to get
variables to fill in where the 1.96, 1.0, and so forth should be. In
the figure output, you should see a second axis where all of the
symbols are resolved correctly.
As usual, thanks in advance for your help, sorry if I've made an
obvious mistake or overlooked a manual.
### Filename: plotMathProblem.R
### Paul Johnson July 5, 2010
### email me <pauljohn at ku.edu>
sigma <- 10.0
mu <- 4.0
myx <- seq( mu - 3.5*sigma, mu+ 3.5*sigma, length.out=500)
myDensity <- dnorm(myx,mean=mu,sd=sigma)
### xpd needed to allow writing outside strict box of graph
### Need big b...