Questions tagged [two-way]

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

Refers to a procedure, a function, or a case where the data has two sides. Often these are referred to as input and output, and sometimes they are referred to as beginning and end. In some contexts, two-way might mean information that flows into two separate directions, or a simultaneous execution of two processes.

165 questions
0
votes
0 answers

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 show the overall effect of factorA (with the…
Reason
  • 15
  • 3
0
votes
1 answer

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 confusion with HTTP, FTP etc.). But I cannot get the…
ToniE
  • 11
  • 4
0
votes
1 answer

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 back, it is not possible to see the other variable's…
Ele
  • 7
  • 2
0
votes
0 answers

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 'Temperature' variable has 2 levels and the 'Drink'…
Trisztan
  • 1
  • 1
0
votes
1 answer

server client two way communication in android

I am implementing this example http://thinkandroid.wordpress.com/2010/03/27/incorporating-socket-programming-into-your-applications/ that shows how to do a server client communication between two android phones. I've gotten it to work, but I want…
user799962
  • 1
  • 1
  • 2
0
votes
1 answer

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 the web service. But what I do not understand…
Kevin
  • 407
  • 2
  • 7
  • 22
0
votes
1 answer

Blazor & Entity Framework Two-Way-Binding

I have an application written in Blazor Server .Net6. The reason of using Blazor Server instead of WebAssembly is because the site is holding database connections. On one of the pages has a table with many rows where the last column is an input with…
Stavros Koureas
  • 1,126
  • 12
  • 34
0
votes
1 answer

Two-Way lookup in Python

So basically I have 2 DataFrames like…
Sergei
  • 75
  • 6
0
votes
0 answers

Bacondecomp how to handle with missing values

I'm trying to do a difference-in-difference regression with multiple time periods and I am trying to decompose the coefficient using bacon decomposition. In my dep var there are some missing values. When I run the bacon decomp I have this error. Any…
0
votes
2 answers

wpf two way binding not working

i have
heyNow
  • 866
  • 2
  • 19
  • 42
0
votes
0 answers

I have a weights variable and I need to create cross tabulations for a chord diagram

I have a dataset with over 15,000 observations. I've dropped all variables but three (3). One is the individual's origin or, the other is the individual's destination dest, and the third is weight of that individual wgt. Origin and destination are…
0
votes
1 answer

Tabulate relative frequencies in Stata

I am trying to tabulate frequencies for a variable divided in two groups. That is, I would like to see how much a variable takes value "Yes" divided by both region and sex. Now, this is easy to do in Stata using "tab" and option row, but I have…
Tom
  • 1
0
votes
0 answers

Achieving asynchronous 2 way communication between processes

I'm working on a project where I'm required to make 2 processes (one written in C++ and the other in Python) talk asynchronously. Specifically they need to: Never use any kind of wait or sleep I have no way to determine whether one of the 2…
someCoder
  • 185
  • 3
  • 15
0
votes
1 answer

Two-Way Collection binding

I have a table with checkboxes that is bound to the ObservableCollection > collection, I want to track changes to this collection when one of the checkboxes changes my view. This is my code:
0
votes
1 answer

PHP and Dart two-way encryption

I'm looking for a secure library in PHP and Dart so I can send encrypted data from Dart and decrypt it in PHP. I have no knowledge in Dart so I need help please.i Searched and found some encryption libraries but nothing is common yet between Dart…
PHP User
  • 2,350
  • 6
  • 46
  • 87