Date: Wed, 23 Jun 2004 14:49:17 -0400
Reply-To: "Fehd, Ronald J. (PHPPO)" <RJF2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (PHPPO)" <RJF2@CDC.GOV>
Subject: Re: Friedman's test - SUGI 12?
Content-Type: text/plain; charset="US-ASCII"
> From: Dennis G. Fisher
> Does anyone know how we can obtain a copy of a paper by Ipe
> (1987) that appeared in the Proceedings of SUGI 12? The
> online SUGI proceedings at SI do not go back that far. TIA
Oh, I have this bookcase full of paper proceedings
and was wondering if any of them would ever come in handy.
The article is 3 pages, I will send scanned pdf of this to you.
Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov
keywords: LaTeX BibTeX bibliography
@string{ProcOf ={Proceedings of the}}
@string{SUGIcon ={Annual SAS User Group International Conference}}
@string{SASInstit={SAS Institute Inc.}}
@string{SASaddr ={Cary, NC, USA}}
@inproceedings{SUGI12,
author = David Ipe
,title =
{Performing the Friedman Test and the Associated Multiple Comparison
Test Using Proc GLM
,year = 1987
,crossref = {procSUGI12}
}
@proceedings{procSUGI12,
title = ProcOf # " 12th " # SUGIcon
,year = 1987
,address = SASaddr
,key = {SUGI-12}
,series = {12}
,publisher = SASInstit
}
|