"Warnes, Gregory R" <[EMAIL PROTECTED]> writes:

> There appears to be no "is.formula()" function in R-1.9.1.  May I suggest
> that
>
>       is.formula <- function(x) inherits(x, "formula")
>
> be added to base, since formula is a fundimental R type?

why not just 

    is(x,"formula") 

?

best,
-tony

-- 
Anthony Rossini                     Research Associate Professor
[EMAIL PROTECTED]            http://www.analytics.washington.edu/ 
Biomedical and Health Informatics   University of Washington
Biostatistics, SCHARP/HVTN          Fred Hutchinson Cancer Research Center
UW (Tu/Th/F): 206-616-7630 FAX=206-543-3461 | Voicemail is unreliable
FHCRC  (M/W): 206-667-7025 FAX=206-667-4812 | use Email

CONFIDENTIALITY NOTICE: This e-mail message and any attachme...{{dropped}}

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to