search for: multigamma

Displaying 3 results from an estimated 3 matches for "multigamma".

2003 Jun 20
3
combining mathematical notation and value substitution
...ord `theta'. How can I do so most easily? I don't understand the underlying mechanisms well enough to work it out for myself. Thanks in advance. Please cc me. I'm not subscribed to the list. Faheem. main=paste("Monotonic Multigamma run (n=", deparse(substitute(len)),", ", expression(theta),"=", deparse(substitute(theta)),").")
2005 Apr 04
3
plotting mathematical notation and values substitution
...sage by Uwe Ligges on June 2003 which addresses a question very close to mine, but the code provided doesn't work. The code is the following: # I add this to let you run the example by copy and paste > t1 <- 0.5; len <- 1 # then > plot(1:10, main = substitute("Monotonic Multigamma run (" * n == len * ", " * theta == t1 * ").", list(len = len, t1 = t1))) but I got the following: Error: syntax error I also tried with just one value substitution: > plot(1:10, main = substitute("Monotonic Multigamma run (" theta == t1 * ").&q...
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...0.6402-100000 at Chrestomanci> Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 22 Jun 2003, Thomas Lumley wrote: > On Sun, 22 Jun 2003, Faheem Mitha wrote: > > If I'm doing this correctly, R does not seem to think it is a call. > > > > > is.call("Monotonic Multigamma run (" * n == len * ", " * theta == t1 > > * ").") > > Error in "Monotonic Multigamma run (" * n : > > non-numeric argument to binary operator > > R is trying to *evaluate* > "Monotonic Multigamma run ("* n==len etc &...