similar to: type III ANOVA for a nested linear model

Displaying 20 results from an estimated 400 matches similar to: "type III ANOVA for a nested linear model"

2017 Jul 06
2
attributes on symbols
The multcomp package has code in multcomp:::expression2coef that attaches the 'coef' attribute to symbols. Since there is only one symbol object in a session with a given name, this means that this attaching has a global effect. Should this be quietly allowed or should there be a warning or an error? E.g., str(quote(Education)) # symbol Education lmod <- stats::lm(Fertility ~ .,
2017 Aug 11
1
attributes on symbols
Thanks for spotting this issue. The short answer is yes, adding attributes to a symbol is a bad idea and will be turned into a runtime error soon. Maintainers of packages that add attributes to symbols have been notified and some have already fixed their code. At least in one case the package is not working properly, even in isolation, because of the global effect of adding an attribute to a
2013 Jun 28
3
problem with eval(..., parent.frame(1L)) when package is not loaded
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The lmer() function in the lme4 package has some code of the form mc <- match.call() mc[[1]] <- as.name("lFormula") lmod <- eval(mc, parent.frame(1L)) this is a fairly common idiom in R, found e.g. in lm(), used when one wants to pass all of the arguments of a function to a different function (in the case of lm() it's
2009 May 13
1
Anova
melt.updn <- structure(list(date = structure(c(11808, 11869, 11961, 11992, 12084, 12173, 12265, 12418, 12600, 12631, 12753, 12996, 13057, 13149, 11808, 11869, 11961, 11992, 12084, 12173, 12265, 12418, 12600, 12631, 12753, 12996, 13057, 13149), class = "Date"), variable = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L, 2L,
2008 Mar 14
0
Mixed Model nested ANOVA (lme help)
Hello Again R help readers - I have posted in the past and want to thank all those who replied with helpful suggestions. This regards mixed model anova, and the nlme package. My purpose is to make a comparison of barnacle recruit density from 3 different regions. In each of these regions i have sampled 6 randomly chosen sites. I sampled 20 quadrats at each site giving me a total sample size of
2017 Jul 07
0
attributes on symbols
Here is a simpler example: > ex <- as.name("a") > attr(ex, "test") <- 1 > quote(a) a attr(,"test") [1] 1 Torsten On Thu, 6 Jul 2017, William Dunlap wrote: > The multcomp package has code in multcomp:::expression2coef that attaches the 'coef' attribute to > symbols.? Since there is only one symbol object in a session with a given name,
2013 Feb 19
0
calcMin
I tried to use calcMin with a function that uses a number of ... arguments (all args from resid on) besides the vector of parameters being fit. Same idea as optim, nlm, nlminb for which this form of ... syntax works. But with calcMin I get an error regarding unused arguments. No partial matches to previous arguments that I can see. Anybody know the reason or fix for this?
2014 Sep 01
1
Correlation Matrix with a Covariate
R Help - I'm trying to run a correlation matrix with a covariate of "age" and will at some point will also want to covary other variables concurrently. I'm using the "psych" package and have tried other methods such as writing a loop to extract semi-partial correlations, but it does not seem to be working. How can I accomplish this? library(psych) > set.cor(y =
2020 Apr 18
2
PerfJITEventListener needs perf-<pid>.map?
I'm trying to use PerfJITEventListener with llvm::orc::LLJITBuilder: 1. perf record -o /tmp/perf.data -- <my_binary_with_event_listener> 2. perf inject -j -v -i /tmp/perf.data -o /tmp/perf.data.jit *jit marker found: ~.debug/jit/llvm-IR-jit-20200417-3c2242/jit-149849.dump* *injecting: ~/.debug/jit/llvm-IR-jit-20200417-3c2242/jit-149849.dump* *write ELF image
2011 Jan 07
1
Currency return calculations
Dear sir, I am extremely sorry for messing up the logic asking for help w.r.t. my earlier mails   I have tried to explain below what I am looking for.     I have a database (say, currency_rates) storing datewise currency exchange rates with some base currency XYZ.   currency_rates <- data.frame(date = c("12/31/2010", "12/30/2010", "12/29/2010",
2011 Jan 06
1
Calcuting returns
Dear R forum helpers,I have following datatrans <- data.frame(currency_transacted = c("EURO", "USD", "USD", "GBP", "USD", "AUD"), position_amt = c(10000, 25000, 20000, 15000, 22000, 30000))date <- c("12/31/2010", "12/30/2010", "12/29/2010", "12/28/2010", "12/27/2010",
2011 Dec 31
1
Cross-validation error with tune and with rpart
Hello list, I'm trying to generate classifiers for a certain task using several methods, one of them being decision trees. The doubts come when I want to estimate the cross-validation error of the generated tree: tree <- rpart(y~., data=data.frame(xsel, y), cp=0.00001) ptree <- prune(tree, cp=tree$cptable[which.min(tree$cptable[,"xerror"]),"CP"]) ptree$cptable
2011 Jan 07
1
Calculating Returns : (Extremely sorry for earlier incomplete mail)
Dear R forum helpers, I am extremely sorry for the receipt of my incomplete mail yesterday. There was connectivity problem at my end and so I chose to send the mail through my cell, only to realize today about the way mail has been transmitted. I am again sending my complete mail through regular channel and sincerely apologize for the inconvenience caused. ## Here is my actual mail Dear R
2011 Jan 07
0
Odp: Currency return calculations
My mistake sir. I was literally engrossed in my stupid logic, and while doing so, overlooked the simple and very effective solution you had offered. Sorry once again sir and will certainly try to be very careful in future. Thanks again and have a great weekend sir. Regards Amelia --- On Fri, 7/1/11, Petr PIKAL <petr.pikal@precheza.cz> wrote: From: Petr PIKAL
2007 Oct 25
1
Plain Text Stories: Part III
> Step 3: Let her open the box ? no, that?s not it ? I''m ashamed to admit it, but I actually laughed out loud. (And, erm, the step groups are cool, too.) Thanks, David!
2010 Feb 22
5
Warcraft III TFT no-cd error
Hello all. I got a problem with Warcraft III The Frozen Throne. This stupid game shows me no-cd error with inserted cd. I've installed newest patch and nothing. Im using Debian Lenny, newest Wine and (I dont know if it matters) polish version of Warcraft.
2010 Jul 28
1
Problems with Warcraft III and Garena
hi guys. im not sure if this is the right place to post my problem. I'm trying to run a windows game using wine called War.exe or Warcraft III Frozenthrone. I was able to open the program successfully. When the program starts to open, it was fine and fast for about 2-4 secs only, but after 2-4 secs, the cursor and the program it self runs very very slow, when i typed my name in the box its
2007 Feb 27
1
Warcraft III Frozen Throne: Mouse problem
Hi, did you fix the problem with mouse in warcratf III? I have same problem.Mouse disapeare when i start game.Please reply -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070227/20dfa7bd/attachment.htm
2009 Feb 05
1
Re: Civilization III: Complete on Steam won't run
I use Wine on Ubuntu 8.10. I have experienced the same error. What do i do next to debug the error?
2011 Jan 11
3
Warcraft III Frothen Throne
Hi.. First, Sorry with my bad english, i'm from Latvia I have Ubuntu 10.10 Maveric