-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f68831
commit 98a2c8d
Showing
5 changed files
with
80 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#' Wrapper function to to fit gams & evaluate first derivatives | ||
#' @param x vector of values over which derivatives were evaluated | ||
#' @param d vector output of {Deriv()} | ||
#' @param upper upper confidence interval; output of {confint_Deriv()} | ||
#' @param lower lower confidence interval; output of {confint_Deriv()} | ||
#' @param eval the value that you would like to examine. default 0 | ||
|
||
#' @return matrix of detected breakpoints and plots | ||
#' @export | ||
|
||
|
||
get_Breaks <- function(dat, axes = 'both'){ | ||
|
||
} |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#' Function to re-fit growth data at putative breaks and return estimates for validation | ||
#' @param x vector of values over which derivatives were evaluated | ||
#' @param d vector output of {Deriv()} | ||
#' @param upper upper confidence interval; output of {confint_Deriv()} | ||
#' @param lower lower confidence interval; output of {confint_Deriv()} | ||
#' @param eval the value that you would like to examine. default 0 | ||
|
||
#' @return Von B growth parameters at input breakpoints; plots with uncertainty of growth curves | ||
#' @export | ||
#' | ||
#' | ||
refit_Growth<-function(){ | ||
|
||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.