search for: stthomas

Displaying 6 results from an estimated 6 matches for "stthomas".

2008 Apr 30
2
Empty Set In a Set
...ar List: I'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 iQEVAwUBSBfN5hMtGNvi...
2007 Jun 19
1
A question about plots and lists in functions
...can call the 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
...ut this returned 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.dat...
2008 Mar 25
1
Passing (Optional) Arguments
...ored. I understand 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
2008 Feb 10
1
Error while using fitdistr() function or goodfit() function
...of-fit test for poisson distribution > > X^2 df P(> X^2) > Pearson 1.660931e+115 3 0 > Warning message: > Chi-squared approximation may be incorrect in: summary.goodfit(gf) > > > Aswad > On 2/10/08, Jason Q. McClintic < jqmcclintic at stthomas.edu> wrote: > > I get the digest, so I apologize if this is a little late. > > For your situation (based on the description and what I think your code > is doing, more on that below), it looks like you are modeling a Poisson > flow where the number of hits per unit time is a...
2008 Feb 11
0
Testing for differecnes between groups, need help to find the right test in R. (Kes Knave)
...- 1, new2)) Although that's a very slightly different model, as it assumes that both sexes have the same error variance. Hadley -- http://had.co.nz/ ------------------------------ Message: 11 Date: Sun, 10 Feb 2008 09:15:15 -0600 From: "Jason Q. McClintic" <jqmcclintic at stthomas.edu> Subject: [R] Error in optim while using fitdistr() function To: "Aswad Gurjar" <aswadgurjar at gmail.com> Cc: r-help at r-project.org Message-ID: <47AF1503.7080408 at stthomas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I get the digest, so I apo...