Displaying 10 results from an estimated 10 matches for "mcclintic".
2008 Apr 30
2
Empty Set In a Set
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear 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...
2007 Jun 19
1
A question about plots and lists in functions
...like to be able to repeatedly call it
like I 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
2008 Mar 25
1
Passing (Optional) Arguments
...wise with
fun<-function(a=1,...){a*return(b)};
any argument I supply for b seems to be ignored.
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
...0.8)
gf <- goodfit(dummy, type = "nbinomial", method = "MinChisq")
and got back
Warning messages:
1: In pnbinom(q, size, prob, lower.tail, log.p) : NaNs produced
2: In pnbinom(q, size, prob, lower.tail, log.p) : NaNs produced
Again, I hope this helps.
Sincerely,
Jason Q. McClintic
Aswad Gurjar wrote:
> Hello,
>
> Thanks for help.But I am facing different problem.
>
> I have 421 readings of time and no of requests coming at perticular time.Basically I have data with interval of one minute and corresponding no of requests.It is discrete in nature.I am colle...
2007 Jun 15
1
A question about logical controls and function arguements
...attempted to use data.spect$initial.sample, but
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&qu...
2007 Mar 31
1
newest realased firefox from source on Centos 4.4 64 bit.
Hello
any help would be cool..
./configure --enable-application=browser
looks like its good then get an error after the compile
configure: warning: Recreating autoconf.mk with updated nspr-config
output
after make.
I get
/usr/bin/ld: nsCOMPtr.o: relocation R_X86_64_PC32 against
`nsGetServiceByCID::operator()(nsID const&, void**) const' can not be
used when making a shared
2008 Feb 11
0
Testing for differecnes between groups, need help to find the right test in R. (Kes Knave)
...d)
8. Re: Do I need to use dropterm()?? (Bernard Leemon)
9. Re: Which package should I use if I estimate a recursive
model? (John Fox)
10. Re: Using 'sapply' and 'by' in one function (hadley wickham)
11. Error in optim while using fitdistr() function
(Jason Q. McClintic)
12. Re: Using 'sapply' and 'by' in one function (Gabor Grothendieck)
13. Re: Error while using fitdistr() function or goodfit()
function (Jason Q. McClintic)
14. Re: Error while using fitdistr() function or goodfit()
function (Aswad Gurjar)
15. Re: Using 'sa...
2008 Feb 10
2
Error in optim while using fitdistr() function
Hello,
I am trying to fit distribution for data consisting of 421 readings.It is
basically no of requests arrived per minute.It contains many 0 entries as no
of requests.When i use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
What should I do ? I need
2008 May 29
6
RE-export nfs mounted share
Hi
Is there any way to re-export an nfs mounted directory? I am having three
servers runnning on centos4.5 and i am trying to implement nfs share in an
below manner [bcoz there is no alternative way for me to setup nfs share]
HOST A--->>>EXPORTS /prod/data ------->>>HOST B
HOST B ---->>MOUNTED ------>>> /prod/data-----UNDER---/PROD1 [working fine]
HOST B