You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is an example, but we will need to rename the function to align with the other CI functions. We will also need to generalize this a bit to account for different boot.ci(type) arguments and perhaps even boot(stype) arguments.
The other CI functions also include N in the results, so we should do the same with this one.
Also account for the special case with N = 1, when boot::boot.ci() doesn't error but doesn't return results: we want to the same structure of the returned named list each time.
I am torn on whether we should add this as an option to ard_continuous_ci(), because we would need to expose the type and stype arguments, if we do this then where would we stop? For now, let's not add...any other thoughts?
The text was updated successfully, but these errors were encountered:
Below is an example, but we will need to rename the function to align with the other CI functions. We will also need to generalize this a bit to account for different
boot.ci(type)
arguments and perhaps evenboot(stype)
arguments.The other CI functions also include N in the results, so we should do the same with this one.
Also account for the special case with N = 1, when
boot::boot.ci()
doesn't error but doesn't return results: we want to the same structure of the returned named list each time.I am torn on whether we should add this as an option to
ard_continuous_ci()
, because we would need to expose thetype
andstype
arguments, if we do this then where would we stop? For now, let's not add...any other thoughts?The text was updated successfully, but these errors were encountered: