compute_slope_and_intercept: this function compute slope a and intercept b for the...

Description Usage Arguments Value

View source: R/qsar_metrics.R

Description

this function compute slope a and intercept b for the regression line yr = ay + b for the Golbraikh and Tropsha criteria, from Beware of q2! Alexander Golbraikh, Alexander Tropsha (2002)

Usage

1
compute_slope_and_intercept(predicted, observed)

Arguments

predicted

vector of predicted values

observed

vector of observed values

Value

a vector conntaining the slope and intercept values


angy89/hyQSAR documentation built on Sept. 24, 2019, 7:31 a.m.