Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Wilsdon committed Nov 8, 2023
1 parent c41b732 commit 28dfc93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions R/confirm.default.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2023 Battelle Energy Alliance ALL RIGHTS RESERVED
#' @export
confirm.default = function(x, ...) {
x$observed == x$predicted
Expand Down
1 change: 1 addition & 0 deletions R/holistic_model.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2023 Battelle Energy Alliance ALL RIGHTS RESERVED
#' @rdname holistic_model
#' @export
holistic_model.default = function(object, ...) {
Expand Down
1 change: 1 addition & 0 deletions R/plot_violin_metric.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#' determines if the metric was from the training or test set.
#'
#' Copyright 2023 Battelle Energy Alliance ALL RIGHTS RESERVED
#'
#' @param df (data frame) The numeric values to be scaled.
#' @return fig (plotly figure) The descaled values of x.
#'
Expand Down
1 change: 1 addition & 0 deletions R/predict.regGAM.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#' Predict Generalized Linear Model.
#'
#' Copyright 2023 Battelle Energy Alliance ALL RIGHTS RESERVED
#'
#' @inheritParams predict.regLM
#' @return predicted (list of scalar vectors) The predicted values of train and
#' test.
Expand Down
3 changes: 1 addition & 2 deletions R/predict.regPCR.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#' Predict Principal Component Regression
#'
#' Predict Principal Component Regression
#'
#' Copyright 2023 Battelle Energy Alliance ALL RIGHTS RESERVED
#'
#' @param object (object) A fit object.
#' @param x (list) A list containing [x], the set of independent variables and
#' [y], the response.
Expand Down
1 change: 1 addition & 0 deletions inst/shiny/app.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright 2023 Battelle Energy Alliance ALL RIGHTS RESERVED
library(shiny)
library(search)
library(plotly)
Expand Down

0 comments on commit 28dfc93

Please sign in to comment.