Skip to main content

Questions tagged [two-way]

Refers to a procedure, a function, or a case where the data has two sides.

0 votes
0 answers
18 views

How to carry out Dunnett's post hoc correction on a 2-way ANOVA in R?

How can I perform Dunnett's post hoc correction after a 2-way ANOVA in R? The Dunnett's test compares every mean to a control mean. Using ToothGrowth dataset as an example, lets just say that that ...
katkat's user avatar
  • 1
0 votes
0 answers
15 views

How to run two-way anova + Tukey post-hoc test over multiple columns in dataframe R

I have a dataset where I have 4 groups (wt, ko (Genotype) and (Treatment) a and b) which I want to do two-way anova for (Gene expression ~ Genotype*Treatment) and subsequently a Tukey post-hoc (if ...
Kim 's user avatar
  • 1
1 vote
1 answer
81 views

Blazor Hosted WebAssembly with Keycloak and Basic Authentication Issue

I am using Microsoft Blazor with Hosted WebAssembly model for some applications. This means that the solution has three projects, the client, the server and the shared. I have already build one ...
Stavros Koureas's user avatar
0 votes
0 answers
23 views

How to generate F statistics for permutation for two-way ANOVA using avop in lmPerm package

I am running permutation for two-way ANOVA using aovp in the lmPerm package in R. I can generate the ANOVA table with df, Sum Sq, R Mean Sq, Inter. and P values but not the corresponding F statistics. ...
Casey Mueller's user avatar
0 votes
0 answers
232 views

"flutter_webview" library api .runJavaScript() not working in iOS

Problem Using "webview_flutter" library, I made a web made with Svelte into a web/app And I used the .runJavaScript() function, which is the api of "webview_flutter" library, and ...
Paeng's user avatar
  • 11
0 votes
0 answers
40 views

One-way ANOVA RM; Error in `spread()`: ! Each row of output must be identified by a unique combination of keys. ℹ Keys are shared for 12 rows

I am trying to run a repeated measures ANOVA on a dataset and I keep getting the following error: Error in `spread()`: ! Each row of output must be identified by a unique combination of keys. ℹ Keys ...
nlojek's user avatar
  • 1
0 votes
1 answer
137 views

R: Two-Way Repeated-Meausre ANOVA with only a selection of conditions

Two-Way repeated-measure ANOVA using not all possible values of one categorical variable. Dear community, I have a data frame, that looks something like this (This is only an example data set, so ...
John's user avatar
  • 25
1 vote
1 answer
222 views

R: Two-Way Repeated-Meausre ANOVA with counterbalanced data set from within-subject design

R: Two-Way Repeated-Measure Robust ANOVA| Different Conditions Dear community, I have a data frame, that looks something like this: participant_nr condition side value_1 value_2 01 B left 13 77 01 C ...
John's user avatar
  • 25
0 votes
1 answer
27 views

Plot with multiple participants

enter image description here In Stata I would like to plot ve (y-axis) against hr (x-axis) for each participant in one plot. Each participant (i.e., P1, P3, ...) has different values for hr and ve. id ...
Sophie's user avatar
  • 1
0 votes
0 answers
98 views

Effect size for two-way ordinal ANOVA with cumulative link model

I am looking for an effect size measure that is suitable for a two-way (2x2) ordinal ANOVA with cumulative link model. I have seen the functions rank_eta_squared() and rank_epsilon_squared() but in my ...
Adrian's user avatar
  • 13
0 votes
0 answers
1k views

R pairwise.adonis2 for post hoc test of 2-way PERMANOVA

I’m trying to do post-hoc test for two-way permanova using pairwise.adonis2 in R with the following syntax: pairwise.adonis2(community ~ factorA, data = data, strata = “factorB”) But the results only ...
Reason's user avatar
  • 15
0 votes
1 answer
427 views

Failure to send data from client to server in ESP-01 WiFi

Using the ESP8266WiFi library, I have two ESP-01's/ESP8266's connected over WiFi. It works perfectly when the client sends a request (all non HTML!) to the server (using port 5000 - to prevent any ...
ToniE's user avatar
  • 11
0 votes
1 answer
831 views

Is there a command for moving bars in a twoway bar plot from the back to the front?

Using a twoway bar in Stata, I want to represent the values of two variables for each year. Anyways, if the bar variable shown in the front for a given year has a value greater than the one in the ...
Ele's user avatar
  • 7
0 votes
0 answers
346 views

Two-way ANOVA test in R not using correct degrees of freedom and not displaying interaction values

I have my raw data in a csv file with the following format (as designated in my university course): raw data (sorry about the link, I can't embed yet). The total number of data points is 40. The '...
Trisztan's user avatar
  • 101
0 votes
1 answer
295 views

Consuming SOAP web service with Two-Way TLS in SOAP UI

Im consuming a SOAP web service which has two-way SSL enabled. So I provided the client cert ( public key) to the server and configured the private key in my SOAP UI client project. Im able to consume ...
Kevin's user avatar
  • 434

15 30 50 per page
1
2 3 4 5
11