Description Usage Arguments Details Value See Also Examples
Construct a data frame containing starting values and upper/lower bounds for fitting SAT curves having certain constraints.
1 2 3 4 5 6 |
par.cond |
a list specifying the configuraiton of parameters per condition. Should contain three named elements: |
asym |
a numeric vector specifying the starting value, minimum and maximum values for asymptote |
rate |
a numeric vector specifying the starting value, minimum and maximum values for rate. |
incp |
a numeric vector specifying the starting value, minimum and maximum values for intercept. |
random.start |
logical. If |
auto.asym |
logical. If |
data |
data.frame of class |
This is a convinience function to generate a data frame of inital starting parameter values as well as lower and upper bounds that need to be passed when using the function fit.SATcurve
. The default values are set based on prior studies, but are somewhat arbitrarily chosen.
A data frame containing:
start |
the starting values for each parameters to be optimized |
lower |
the lower bound for each parameters to be optimized |
upper |
the upper bound for each parameters to be optimized |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.