Thank you - the proposed solution (eliminating quotes) worked.
>From: Prof Brian Ripley <[EMAIL PROTECTED]>
>To: jake wilson <[EMAIL PROTECTED]>
>CC: r-devel@r-project.org
>Subject: Re: [Rd] string-length limitations
>Date: Wed, 12 Jul 2006 15:38:22 +0100 (BST)
&
On Wed, 12 Jul 2006, jake wilson wrote:
> Hi,
>
> I'm attempting to "glm" a formula - something that's not caused problems in
> the past. I've used formulas of the form
>
> formula( "dependant-variable~independant-variables" )
>
> where the independant variable string is of the form:
>
>
On Wed, 12 Jul 2006, jake wilson wrote:
> I'm attempting to "glm" a formula - something that's not caused problems in
> the past. I've used formulas of the form
>
>formula( "dependant-variable~independant-variables" )
>
> where the independant variable string is of the form:
>
>"indvar1+in
Hi,
I'm attempting to "glm" a formula - something that's not caused problems in
the past. I've used formulas of the form
formula( "dependant-variable~independant-variables" )
where the independant variable string is of the form:
"indvar1+indvar2+...+indvarN"
Now, however, our indepen