I have a dataset that I am trying to analyse that includes a covariate factor on top of a categorical factor and two continuous factors.
Component amount: 0-1 (continuous, mixture)
Component Type: A, B, C (categorical)
Temperature: 40-150 (continuous)
Viscosity: 3-6 (continuous, function of component amount and component type)
It is possible to produce a good model of the viscosity as a function of the component amount and type and we know from previous work that the viscosity has an impact on the result. What I would like to be able to do is to use a profiler to explore the effect of different levels and amounts of the components on the result, with the viscosity factor calculated using that model. In the attached example the the viscosity can take values that are impossible for the given levels of component type and content. I don't know if this is possible or would lead to a circular argument kind of result! Ideally an interactive solution would be preferred, but I'm willing to explore scripting if that would help.
Thanks for any help,
David Gillespie