This function returns a numeric vector containing the probability of each observation of being of class 1 given a vector of logistic regression parameters (usually estimated through RCpp::fast_LR).
predictlogisticRegression(test, parameters)
A matrix containing test data
A vector containing the logistic regression parameters