search for: mccl0219

Displaying 4 results from an estimated 4 matches for "mccl0219".

2008 Apr 30
2
Empty Set In a Set
...39;m looking for a form of the empty set such that if ES is said representation, ~ ES %in% c(1,2,3) evaluates to TRUE. Thank you in advance for your assistance. Sincerely, Jason Q. McClintic - -- Jason Q McClintic UST MB 1945 2115 Summit Avenue St. Paul, MN 55105 jqmcclintic at stthomas.edu mccl0219 at tc.umn.edu "It is insufficient to protect ourselves with laws, we must protect ourselves with mathematics."--Bruce Schneier -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBSBfN5hMtGNvij6jtAQgx3gf7B...
2007 Jun 19
1
A question about plots and lists in functions
...different plots in an lm without having to display everything else too (in some cases, output1 could be a 50K by 2 matrix, rather inconvenient to keep having it display that over and over again to get a graph). Thanks in advance, Jason Q. McClintic -- Jason Q McClintic jqmcclintic at stthomas.edu mccl0219 at tc.umn.edu
2007 Jun 15
1
A question about logical controls and function arguements
...ned null as well. I'm still very new to writing my own functions, and any and all help would be appreciated. There are notes about what different options are supposed to do at the end of the appended code. Thanks in advance, Jason Q McClintic -- Jason Q McClintic jqmcclintic at stthomas.edu mccl0219 at tc.umn.edu spect.data<-function(num.points=50,fixed=FALSE,source.p=c("r","c(0,0)"), source.mean=0,source.sd=1,filter=c("FALSE","c(0,0,1)"), heights=c(0.5,0.5), file.out=c("FALSE","/home/jqmcclintic/Desktop/spect.data")){ #...
2008 Mar 25
1
Passing (Optional) Arguments
...rstand as b is not defined within the function when I enter fun() lexical scoping means R looks for b up one level and, finding b, uses it. Thanks for any/all help. Sincerely, Jason Q. McClintic -- Jason Q McClintic UST MB 1945 2115 Summit Avenue St. Paul, MN 55105 jqmcclintic at stthomas.edu mccl0219 at tc.umn.edu "It is insufficient to protect ourselves with laws, we must protect ourselves with mathematics."--Bruce Schneier