Hello,
In xpose.panel.default We have
PPI <- computePI(xvarnam,yvarnam,object,logy=logy,logx=logx,limits=PIlimits,
onlyfirst=onlyfirst,inclZeroWRES=inclZeroWRES)
but in
computePI
"computePI" <-
function(x,y,object,limits=object@Prefs@Graph.prefs$PIlimits,
logy=FALSE,logx=FALSE,onlyfirst=FALSE,
inclZeroWRES=FALSE) {
data <- SData(object,inclZeroWRES=inclZeroWRES,onlyfirst=onlyfirst)
if(is.null(data)) return(NULL)
## x is not in data
This renders xpose.panel.default faulty when we use logy and PI.
Anathor question / enhancement request :
Is it meant that the PI are the same in all panels ?
Why not have the PI of the data in the panel ? It may be helpful when we stratify by covairates and we want to see the PI for a specific level/ category of this covariate.
Thank you for saving our time and making our work with POP PK more smooth.
Best Regards,
Samer Mouksassi