build_predicted_results: Save prediction results in a predefined folder

Description Usage Arguments

View source: R/model_functions.R

Description

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

Usage

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/")

Arguments

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


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