search for: emmeans

Displaying 9 results from an estimated 9 matches for "emmeans".

2018 Jan 08
0
[FORGED] Error occurring in "emmeans" package for the two data sets I used. Please help.
...hilesh Singh wrote: > I am a Professor of Statistics at Indira Gandhi Krishi Vishwavidyalaya, > Raipur, India. While teaching in class about analysis of variance using R, > I was doing a one-way analysis for the two data-sets given below in the > R-class. I got a typical error in "emmeans" package, please help: > > Data-set-1: > -------------- > Medley and Clements (1998) investigated the impact of zinc contamination > (and other heavy metals) on the diversity of diatom species in the USA > Rocky Mountains. The diversity of diatoms (number of species) and deg...
2018 Jan 10
0
[FORGED] Error occurring in "emmeans" package for the two data sets I used. Please help.
...-Jan-2018 8:18 PM, "Sal Mangiafico" <salvatore.s.mangiafico at gmail.com> wrote: One way to avoid this error is to create the aov without using the with function, but instead use the data= option in the aov function. That is, medley2 = aov(diversity ~ zinc, data=medley.clementis) emmeans::emmeans(medley2, "zinc") You can see the difference in the calls: medley2$call medley.clementis.aov$call This works for the other data set as well, e.g. keough2 = aov(serpulid.ln ~ biofilm, data=keough.raimondi.ln) ~ Sal Mangiafico On 1/8/2018 4:44 PM, Rolf Turner wrote: On 07/01...
2018 Jan 06
4
Error occurring in "emmeans" package for the two data sets I used. Please help.
I am a Professor of Statistics at Indira Gandhi Krishi Vishwavidyalaya, Raipur, India. While teaching in class about analysis of variance using R, I was doing a one-way analysis for the two data-sets given below in the R-class. I got a typical error in "emmeans" package, please help: Data-set-1: -------------- Medley and Clements (1998) investigated the impact of zinc contamination (and other heavy metals) on the diversity of diatom species in the USA Rocky Mountains. The diversity of diatoms (number of species) and degree of zinc contamination (cat...
2024 Jun 06
2
R Shiny Help - Trouble passing user input columns to emmeans after ANOVA analysis
...ad their own dataset, select columns they want an ANOVA analysis run on, and generate graphs that will allow users to view their results. However, I am getting the following error: *"Argument is of length zero."* Being new to Shiny, I am having trouble passing the user input column to an emmeans argument in order to do a post hoc analysis, and using that information to produce a graph. Can somebody help me with this? *The code for my dataset and application are provided below; copying and pasting directly into R should generate the reproducible example.* In my application, the following c...
2005 Nov 20
1
use of the 'by' command & converting SPSS ANOVA/GLM syntax into R syntax
...also tried: (by (GROUP) cor.test (WK1FREQ,WK2FREQ)) (2) I also wanted to run the following analyses, written in SPSS syntax. I have searched the R archives and gather I may need to use lm instead of glm, but got lost. UNIANOVA avfreq BY sex WITH blik /METHOD = SSTYPE(3) /INTERCEPT = INCLUDE /EMMEANS = TABLES(OVERALL) /EMMEANS = TABLES(sex) /PRINT = DESCRIPTIVE ETASQ OPOWER HOMOGENEITY /CRITERIA = ALPHA(.05) /DESIGN = blik sex blik*sex . GLM avmth3fq avfreq BY SEX /WSFACTOR = timex 2 Polynomial /METHOD = SSTYPE (3) /PRINT = DESCRIPTIVE ETASQ TEST(MMATRIX) HOMOGENEITY /CRITERI...
2018 Jul 20
2
Model formulas with explicit references
Dear R-Devel, I seem to no longer be able to access the bug-reporting system, so am doing this by e-mail. My report concerns models where variables are explicitly referenced (or is it "dereferenced"?), such as: cars.lm <- lm(mtcars[[1]] ~ factor(mtcars$cyl) + mtcars[["disp"]]) I have found that it is not possible to predict such models with new data. For example:
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
...oom" "caper" "car" "CDM" [9] "CLME" "coin" "crosstable" "dclone" [13] "doBy" "drc" "Ecfun" "emmeans" [17] "epigrowthfit" "evd" "Exact" "fitode" [21] "fixest" "ggfortify" "ggplot2" "GLMMadaptive" [25] "glmmTMB" "gratia" "hdm&...
2019 Mar 28
1
default for 'signif.stars'
I read through the editorial. This is the one of the most mega-ultra-super-biased articles I've ever read. e.g. The authors encourage Baysian methods, and literally encourage subjective approaches. However, there's only one reference to robust methods and one reference to nonparametric methods, both of which are labelled as purely exploratory methods, which I regard as extremely
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
? Tue, 21 May 2024 08:00:11 +0000 Dario Strbenac via R-devel <r-devel at r-project.org> ?????: > Would a less resource-intensive value, such as 1, be a safer default > CPU value for confint? Which confint() method do you have in mind? There is at least four of them by default in R, and many additional classes could make use of stats:::confint.default by implementing vcov(). >