-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate local from global parameters.
* Move altering, monotonicity and other to xs_opts and xf_opts * Add more formula tools * Renaming functions
- Loading branch information
1 parent
520263c
commit c43673c
Showing
40 changed files
with
1,319 additions
and
817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,6 @@ Suggests: | |
factoMerger, | ||
testthat, | ||
knitr, | ||
rmarkdown | ||
rmarkdown, | ||
ResourceSelection | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(extract_xspliner_function,xspliner) | ||
S3method(plot,xspliner) | ||
S3method(predict,xspliner) | ||
S3method(xspline,default) | ||
S3method(xspline,explainer) | ||
S3method(xspline,formula) | ||
export(extract_formula_var_names) | ||
export(factor_opts_default) | ||
export(get_component_params) | ||
export(get_formula_details) | ||
export(get_formula_raw_components) | ||
export(get_formula_special) | ||
export(get_special_component_details) | ||
export(get_special_components_info) | ||
export(numeric_opts_default) | ||
export(prepare_call) | ||
export(r_squared) | ||
export(transform_formula_chr) | ||
export(transformed_formula_object) | ||
export(aic) | ||
export(extract_xspliner_function) | ||
export(get_special_predictors) | ||
export(hoslem) | ||
export(xf_opts_default) | ||
export(xs_opts_default) | ||
export(xspline) | ||
importFrom(magrittr,"%>%") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.