Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130420/fd058eaa/attachment.pl>
Hi Thanoon, Not sure how we can help when you ask such a vague, broad question. But in any case, I would recommend using the package "lavaan" in R. Look it up: http://lavaan.ugent.be/ Patrick 2014-04-06...
I wouldn't overthink it... it looks like it's an English-as-second-language issue. These folks seemingly come from a French-speaking university, and in French the masculine form is used when referring to a group made up...
Hi, Try ab[a==3,] You're selecting only rows for which a==3 (before the comma), and all columns (empty condition for column index, after the comma) Patrick 2013/5/9 jpm miao <miaojpm at gmail.com>: > Hi, > > As...
Hi Andrew, I don't know the dataset at all (and you seem to assume that your readers will), but anyway: it looks like you're trying to do an intercept-only model. If that's the case, try: > logmod11...
Hi Jason, I think that the easiest for you would be to keep your current elseif statements as is, but change your NA into something else (e.g., -999, or anything else). To do this in one line, you can...
Hi Andrea, I'm not exactly sure what you're trying to do, but you've included a random effect for a "site" coefficient that's not even in your list of fixed effects... you're basically allowing the coefficient...
Have you tried running it using lmer() in lme4 instead, see if that helps? Patrick 2014-03-27 6:21 GMT-06:00 Laura Thomas <skagandbonegirl at hotmail.com>: > Hi All, > > I am using R for the purpose of multilevel...
Can't find what you're looking for? Try searching with Google .