Displaying 1 result from an estimated 1 matches for "h_pg".
Did you mean:
h_p
2010 Jun 02
2
help in expression( )
...owing type:
X axis: n and Y axis: var[U ((a,b) in suffix, and (n,d) in the power)].
U ((a,b) in suffix, and (n,d) in the power)- U^(n,d) _ (a,b).
Actually I require many plots involving different values of a,b,n,d, so need to keep this complicated notation.
The code I used:
plot(n, hn$h_pg, ylab=expression(Var(U[2%,%1]^(n%,%0))-Var(U[1%,%1]^(n%,%0))), xlab="n",type="l");
The expression() didn't work out for this case. Can anyone help me out.
Also due to the size of the expression in the Y axis, I want to shift the graph in the R Graphics window, so that th...