View source: R/model_functions.R
This function takes in input the results of the analysis and plot the williams plot, the scatterplot of experimental versus predicted values as a pdf and store the predicted values in a csv file
1 2 3 | build_predicted_results(res, type.transformation, xlab = "Experimental HSB",
ylab = "Predicted HSB",
start_path = "/home/MOKA/Angela/angela/hQSAR_test/res/predictions/")
|
res |
is an object of hqsar class (resulting from the hqsar function) |
type.transformation |
is a string indicating the type of transformation to be performed at the data before fitting the model. |
xlab |
is the text for the x-axis |
ylab |
is the text for the y-axis |
start_path |
is the path of the folder where to store the files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.