Back


Newsgroup sci.stat.consult 21301

Directory

Subject: Repost: SAS JMP - any opinions? -- From: "Jack Duffy"
Subject: Re: Need cosine-distributed random help. -- From: mcohen@cpcug.org (Michael Cohen)
Subject: Re: Multiple comparisons -- From: mcohen@cpcug.org (Michael Cohen)
Subject: excel add-ins *** are there any? -- From: Glenn Fasnacht
Subject: '97 Schedule -- From: "University Associates of Princeton"
Subject: Re: Multiple comparisons -- From: orourke@utstat.toronto.edu (Keith O'Rourke)
Subject: Re: Meta-analysis on semi-partial correlation -- From: orourke@utstat.toronto.edu (Keith O'Rourke)
Subject: Re: Neural Network in SAS Help Needed -- From: Frank Tuyl
Subject: Re: PYRAMID SCHEMES ARE ILLEGAL, FRAUDULENT,DECEPTIVE! -- From: purusha@adnc.com (Guy Williams)

Articles

Subject: Repost: SAS JMP - any opinions?
From: "Jack Duffy"
Date: 1 Dec 1996 12:51:06 GMT
My apologies for wasting bandwidth -- I omitted my e-mail address on 1st
post.
I'm a quality engineer evaluating Windows general purpose stat. software. 
Is there anybody out there who has looked at SAS JMP?  I downloaded their
demo and it looks quite nice.  In the past, I've used Statgraphics for DOS
and BBN's RS1 and Cornerstone.  I'm looking for decent EDA capability, the
usual litany of descriptive stats / graphs, and multiple regression and
anova.  An array of time series tools would be a plus.  Also, all flavors
of SPC and DOE that won't lead me astray.  Please answer by e-mail and I'll
summarize responses & post to the group within a week or so, depending on
response rate.
Thanks........  Jack Duffy, Peoria IL.........  DUFFYJE@CEDAR.CIC.NET
Return to Top
Subject: Re: Need cosine-distributed random help.
From: mcohen@cpcug.org (Michael Cohen)
Date: 1 Dec 1996 22:51:31 GMT
DR TE$TH & THE ELECTRIC MAYHEM (ronb@cc.usu.edu) wrote:
: I need to generate a series of random numbers whose distribution follows the
: cosine curve.  I.e.
: 
:       |^^---..
:       |       ^^--.
:       |            ^^-.
:       |                ^-
:       |                  ^-
:       |                    ^.
:       |                      -
:       |                       -
:       |                        -
:       |-------------------------|
:       0                        PI/2
: 
: Each value from 0 to PI/2 must occur cosine (value) times as often as the
: frequency of the control value (zero).
: 
: I have tried doing it the following way (C code):
: 
: do {
:  r=rand()/RAND_MAX;    /*generates a random value from 0 to 1...*/
: } while (r==1.0);      /*PI/2 has a probability of zero, so throw it out...*/
: angle=PI_OVER_2-acos(r); /*this _should_ give me what I'm after, as far as I
:                            can tell.*/
: 
: If I run a histogram on the distribution of this function, I get something that
: looks very much like cosine.  However, when I apply it in a program that I've
: written, I do not get correct results in my calibration routines.
: 
: 
We need the inverse (say , G) of the (cumulative) distribution function F. 
From the diagram (or description), it seems that F(x)=sin(x), so G(y)=arc
sin(y).  I suppose in C this would be asin(y).  Therefore, if u is
uniformly distributed on [0,1], then asin(u) has the distribution sought. 
-- 
Michael P. Cohen                       home phone   202-232-4651
1615 Q Street NW #T-1                  office phone 202-219-1917
Washington, DC 20009-6331              office fax   202-219-2061
mcohen@cpcug.org
Return to Top
Subject: Re: Multiple comparisons
From: mcohen@cpcug.org (Michael Cohen)
Date: 1 Dec 1996 23:24:20 GMT
STEVEN N GOODMAN (sgoodman@WELCHLINK.WELCH.JHU.EDU) wrote:
: Stat-L'ers
:   I am writing a commentary on the issue of multiple comparisons. I am
: well acquainted with the frequentist v. Bayesian perspectives, but I would
: like to read something that addressed this issue on a somewhat deeper
: epistemological level, i.e. what is the meaning/justification/significance
: of grouping classes of objects into "families". This also has some
: relevance to the combining of studies in meta-analyses, and to
: the identification of "clusters" in spatial statistics. I am sure there
: must be some good stuff on that, but I am rooting around in a
: self-referential literature which never directly addresses things on that
: level. Any suggestions? Thanks.
: 
I suggest looking at Susan W. Ahmed's paper, "Issues arising in the
application of Bonferroni procedures in federal surveys",  1991
American Statistical Association Proceedings of the Survey Research
Methods Section, 344-349. 
-- 
Michael P. Cohen                       home phone   202-232-4651
1615 Q Street NW #T-1                  office phone 202-219-1917
Washington, DC 20009-6331              office fax   202-219-2061
mcohen@cpcug.org
Return to Top
Subject: excel add-ins *** are there any?
From: Glenn Fasnacht
Date: Sun, 01 Dec 1996 19:52:49 -0500
I'm wondering if anyone knows of Excel add-ins that perform statistical 
analysis beyond those provided by microsoft? Specifically I'm looking 
for two add-ins, one that allow 3d histograms, the other that will 
produce normal probability plots.
Return to Top
Subject: '97 Schedule
From: "University Associates of Princeton"
Date: 2 Dec 1996 00:52:27 GMT
University Associates of Princeton's Applied Statistics and Management
Science series of courses for 1997 is now available at
http://www.pcnet.com/~uapinet
Additionally, an overview of the 1997 schedule can be downloaded from the
"Information and Services Section" of the WWW page by selecting "From the
Desk of the Executive Director".
Also available for download now is the course outline for "Business
Statistics: Decision Making with Data".
Return to Top
Subject: Re: Multiple comparisons
From: orourke@utstat.toronto.edu (Keith O'Rourke)
Date: Fri, 29 Nov 1996 17:05:13 GMT
Article 21387 of 21410 (sci.stat.consult) (24 lines) Tue Nov 26 04:19:27 1996

You may wish to look at 
Tukey JW The Philosophy of Multiple Comparisons Statistical Science
1991 vol6 No 1 100-116
or maybe also N.Reid's interview of DR Cox, same journal, 1995 +/- 1 year
(sorry dont have ref handy)
in regard to "reference" sets.
Keith O'Rourke
Return to Top
Subject: Re: Meta-analysis on semi-partial correlation
From: orourke@utstat.toronto.edu (Keith O'Rourke)
Date: Fri, 29 Nov 1996 17:11:51 GMT
Is there any problem with my rationale?  If I am right, may I derive

Return to Top
Subject: Re: Neural Network in SAS Help Needed
From: Frank Tuyl
Date: Mon, 02 Dec 1996 13:17:56 +1000
Ong Chin Huat wrote:
> 
> Hi
> 
> I am a SAS user in Unix. Currently, I am trying to write a neural network
> program in SAS. But I am not able to find our manual on that, though I
> know that it can be done.
> 
> I sincerely hope that someone could show me a neural network program in
> SAS in Unix, involving only two variables -- time and the variable to be studied.
> 
> Thanking a lot in advance. I can be reached at fbaongch@leonis.nus.sg
> 
> Ong Chin Huat
The SAS Institute itself will be able to help you with programs, macros 
etc.
Regards,
Frank
Return to Top
Subject: Re: PYRAMID SCHEMES ARE ILLEGAL, FRAUDULENT,DECEPTIVE!
From: purusha@adnc.com (Guy Williams)
Date: Mon, 02 Dec 1996 04:36:00 GMT
It is illegal.  It falls under the category of wire-fraud.  Years ago,
if I remember correctly, the FBI posted a followup to these types of
posts. It was extremely stern.  I'm trying to locate it.
Bill  wrote:
>Recently, there have been so many postings intended to encourage people
>to enter into pyramiding/chain letter scams.  The poster of the initial
>message will try to say that such routines are legal and honest, but
>they are truly misleading thousands of readers.  They say that by just
>investing $5 and inserting the money into envelopes in a particular way
>and then mailing them to specific individuals on a list, they will see
>large returns.  What is not said is that thousands of people will
>unwittingly and mindlessly give their money away and see absolutely
>nothing come to them.  They are at the low end of the proverbial totem
>pole in this scheme and will forever be forgotten by everyone else,
>especially those at the top who have the largest number of "recruits" by
>whatever means.  Where are conventional mail addresses gotten from? 
>Probably by those individuals who have been deceived into participating
>or by some illegitimate means.  This kind of effort also steals money
>from people unwise enough to send in their money who will then have
>nothing to get back.  
>
>How many of you readers have become tired of seeing all of this
>garbage?  I have replied to many such postings myself, and I'm glad to
>say that a few have abandoned this practice after learning of the legal
>consequences in the U.S. Lawyers, where are you?  We need to know better
>what the law is regarding this matter so that we can reply with adequate
>support for the illegality of this practice. to these at-large postings
>for pyramiding scams.
Return to Top

Downloaded by WWW Programs
Byron Palmer