(=>
(and
(instance ?VARIABLE Process)
(instance ?EXPERIMENT Experimenting)
(instance ?AGENT AutonomousAgent)
(experiencer ?AGENT AutonomousAgent)
(experimentalVariableProcess ?EXPERIMENT ?VARIABLE))
(exists (?TREATMENT_GROUP)
(and
(instance ?TREATMENT_GROUP Collection)
(member ?AGENT ?TREATMENT_GROUP)
(treatmentGroup ?TREATMENT_GROUP ?EXPERIMENT)))) |
UXExperimentalTerms.kif 3965-3976 |
If X is an instance of process, Y is an instance of experimenting, Z is an instance of agent, agent experiences Z, and X is a process in Y, then there exists ?TREATMENT_GROUP such that ?TREATMENT_GROUP is an instance of collection, Z is a member of ?TREATMENT_GROUP, and ?TREATMENT_GROUP is the treatment group in Y |