pkpd.protocols.protocol_pkpd_regression_labels module

class pkpd.protocols.protocol_pkpd_regression_labels.ProtPKPDRegressionLabel(**kwargs)[source]

Bases: pkpd.protocols.protocol_pkpd.ProtPKPD

Perform a regression between two labels

Protocol created by http://www.kinestatpharma.com

evalFunction(xValues, func=None)[source]

Evaluate the function with the given values and return the list of resulting values.

filterVarForWizard(v)[source]

Define the type of variables required (used in wizard).

getFunction()[source]

Parse the function string from the given result file. Replace the ‘^’ char by the Python ‘**’ operator.

getXYValues(printExperiment=True)[source]
runRegression(objId, labelY, labelX, regressionType, degree)[source]