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
1
vote
0 answers

How can I add TwoWay Binding to my CustomControl in WindowsPhone?

I want to use twoway binding in my customcontrol. It's codes; CustomControl;
1
vote
1 answer

Two way ssl with Tomcat as client to weblogic

I have setup two-way SSL for Weblogic 9.2 for one of my project. The setup was not difficult at all when a browser is a client. I need to setup tomcat as a client now instead using a browser client. In this scenario, Tomcat will host a JSP page or…
bostonjava
  • 119
  • 1
  • 5
1
vote
1 answer

SPSS error when running for manova

I have been having problems with SPSS. When I try to run a data set it says: >Error # 12005 in column 14. Text: -4 >A parenthesized value range in the MANOVA procedure contains a lower limit >(the first value) that is greater than the upper limit…
Fatima
  • 23
  • 4
1
vote
0 answers

Two-way SSL without access to client private key (but able to sign)

Summary I need to establish a two-way SSL connection (with client certificate) in Android, preferrably using Apache HttpClient. I have access to the client's certificate, but no direct access to the clients private key. I can, however sign data with…
MW.
  • 12,550
  • 9
  • 36
  • 65
0
votes
1 answer

Can Client of a WCF Duplex Service(TCP binding) send and recive at the same time?

My code at the moment looks like this: Server side: #region IClientCallback interface interface IClientCallback { [OperationContract(IsOneWay = true)] void ReceiveWcfElement(WcfElement wcfElement); } #endregion #region IService…
Gwynnbleid1
  • 143
  • 1
  • 13
0
votes
2 answers

My Combobox Selected Value binding doesn't flow back in Two Way Data binding

Im Using Simple MVVM Framework to create a simple Silverlight 4.0 LOB Application. I have an Employee List View that shows List Of all Employees in and i have in my EmployeeListViewModel some properties As Follow: private Grade selectedGrade; …
3oon
  • 365
  • 1
  • 5
  • 15
0
votes
0 answers

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 are shared for 12 rows • 7, 9, 11 • 8, 10, 12 • 1,…
nlojek
  • 1
0
votes
1 answer

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 there can be no useful results been found in this…
John
  • 19
  • 4
0
votes
0 answers

WRS2 package error in post hoc test "Error in smmcrit(df, ncol(con)) : C must be less than or equal to 28"

I have an error called "Error in smmcrit(df, ncol(con)) : C must be less than or equal to 28" when using the WRS2 package and conducting a post hoc test after a 2-way ANOVA. Please see the example below. So far, I could not find the solution. (this…
Thend
  • 95
  • 7
0
votes
0 answers

Rstatix anova_test doesn't recognize "correction" argument

Without the argument, it seems to work. >anova_test(data=Plantaris_Morpho_and_WB,dv=Plantaris_body,wid="Mouse_#",between=Day,within=Treatment) ANOVA Table (type II tests) Effect DFn DFd F p p<.05 ges 1 Day 3 28 …
0
votes
1 answer

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 is an extra variable. I probably have to use the…
Sophie
  • 1
0
votes
0 answers

R two-way ANOVA diferent from Stata except for interaction

I am taking a statistics class and we are supposed to be using Stata but are free to use whatever software we like, so I am teaching myself R. So far, I've been able to replicate homework answers but I'm stumped on this one. As the title says, I've…
GCAT01
  • 3
  • 3
0
votes
0 answers

Two way anova test with repeated measurements

I need to do a two way anova test with my data. I did an experiment with copepods in 3 different treatments ( control, low oil and high oil) and had 4 replicates for each treatment. So In total I have 12 different 'individuals'. I checked how many…
0
votes
0 answers

Looking to do a two-way ANOVA test in r but have seen examples using + and * which is right?

I am doing a two-way anova and have seen various examples in r using slightly different code, which leads to a different output. Is it better to use * or + i.e. aov(weight ~ gender * activity, data = data) or aov(weight ~ gender + activity, data =…
Axel
  • 11
  • 2
0
votes
0 answers

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 understanding and after trying, they only work…
Adrian
  • 1
  • 2