Sean Posted March 7, 2019 Posted March 7, 2019 I have several different types of entities. And I want to see the result if I change the distribution of entity types. EG: senario1: A:10, B:20, C:70 senario2: A:20, B:20, C:60 senario3: A:40, B:20, C:40 I want to run experiments for these 3(Actually I plan to run more and more) different experiments and check the results. I don't know How to do these experiments. Anyone has an idea? Thank you!
jzhou Posted March 8, 2019 Posted March 8, 2019 You can first create three properties, then in the table you create a Expression type column called Percentage, and reference the created properties above In the experiments tab you will see them as controls. Hope that helps!
Sean Posted March 8, 2019 Author Posted March 8, 2019 3 hours ago, jzhou said: You can first create three properties, then in the table you create a Expression type column called Percentage, and reference the created properties above In the experiments tab you will see them as controls. Hope that helps! Thank you Jeff, you are the best... I used a very silly way to implement it. Now I have your much smarter method...
Recommended Posts