Displaying 5 results from an estimated 5 matches for "forist".
Did you mean:
forest
2005 Oct 30
1
Help with Subtracting an effect from a Mixed Model
...get an "Invalid formula for groups" error.
Alternatively, I tried reorganizing the code, so that the interaction
would be left out. But there is no way to take out host*sire while
still leaving in host*dam nested within sire.
any help will be greatly appreciated!
Matt
- - -
Matthew L Forister
Department of Ecology and Evolution
State University of New York at Stony Brook
650 Life Sciences Building
Stony Brook, New York 11794-5245
Email: forister at life.bio.sunysb.edu
Webpage: http://life.bio.sunysb.edu/~forister/
Lab phone: (631) 632-8609
Fax: (631) 632-7626
- - -
2005 Oct 26
1
syntax for interactions in lme
...hin-sire)?
2) In any event, WHAT IS THE SYNTAX FOR MAKING A LIST OF RANDOM FACTORS?
I have looked in section 1.3 of Pinheiro&Bates, which was helpful, but
I wasn't able to answer my question. Thanks in advance, your help will
keep me from running back to SAS!
--Matt
- - -
Matthew L Forister
Department of Ecology and Evolution
State University of New York at Stony Brook
650 Life Sciences Building
Stony Brook, New York 11794-5245
Email: forister at life.bio.sunysb.edu
Webpage: http://life.bio.sunysb.edu/~forister/
Lab phone: (631) 632-8609
Fax: (631) 632-7626
- - -
2017 Nov 21
0
mystery "158"
Your data frame fam contains factors. Turn it into character strings using
fam$Family = as.character(fam$Family)
and try again. It may be helpful if you read up on R's factors, see ?factor.
HTH,
Peter
On Tue, Nov 21, 2017 at 2:14 PM, Glen Forister <gforister at gmail.com> wrote:
> This is a simple problem, but a mystery to me.
> I'm trying to grab $Family "Scelionidae" from one dataframe and put it into
> another dataframe occupied with NA in $Family. The result is a "158" ends
> up there instead...
2017 Nov 22
1
mystery "158"
...uot;, "b",
"c", "d", "e"), class = "factor")
Cheers
Petr
> -----Original Message-----
> From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Peter
> Langfelder
> Sent: Wednesday, November 22, 2017 12:00 AM
> To: Glen Forister <gforister at gmail.com>
> Cc: R <r-help at r-project.org>
> Subject: Re: [R] mystery "158"
>
> Your data frame fam contains factors. Turn it into character strings using
>
> fam$Family = as.character(fam$Family)
>
> and try again. It may be helpful i...
2017 Nov 21
2
mystery "158"
This is a simple problem, but a mystery to me.
I'm trying to grab $Family "Scelionidae" from one dataframe and put it into
another dataframe occupied with NA in $Family. The result is a "158" ends
up there instead of Scelionidae.
Simply put fam$Family[1] <- least$Family[1]
If I have made a mistake here, can somebody point it out. I've included
the simple