One major change that might affect previous scripts is that in output summary tables, the column formally named ID is now named id (lowercase)
Cleaned up a few things here and there. The package is close for submission to CRAN as it passes R CMD check with no errors, warnings, or notes
GetSharedK()
updated to work better and faster at finding a reasonable value
Internal helper functions added to optimize GetSharedK()
ExtraF()
now compares alpha and Q0
A number of functions now allows you to specify the column names
FitCurves()
correctly pulls alpha and q0 standard errors when k is fitted as a free parameter. Also no longer accepts data transformations. Must be done prior to fitting using ChangeData()
.
FitCurves()
now fits mean/pooled data based on method
argument.
GetSharedK()
no longer accepts data transformations.
New ChangeData()
will soon serve as the replacement to ReplaceZeros()
and other arguments specified in FitCurves()
.
For the time being, FitCurves()
will actually output a list object. This may cause failures with old scripts. Try modifying scripts to take the first element out of the list. This will soon be taken care of.
New FitMeanCurves()
will fit curve to averaged or pooled data. Can also make plots.
FitCurves()
can now make plots.
GetDescriptives()
can make box and whisker plots.