FT: Fix get_confint()
and confint()
and assertion checking
#57
Labels
feature
a feature request or enhancement
get_confint()
and confint()
and assertion checking
#57
This is to be done after #55 is fully completed and merged in #56 .
get_confint() and confint()
relatedget_confint()
tibble withpivot_longer()
working with the confidence level. Ensure that this is a valid tidy format for this table. Onlyconf.low
andconf.high
have thelevel
parameter as not anNA
valueget_confint()
tibble withpivot_wider()
working with the confidence levelget_confint()
to returnconf.low/conf.high
return levelsconfint
to useget_confint()
andgroup_split
as discussed [here](https://maarshq.slack.com/archives/D01JL7EAW64/p1615811868000700?thread_ts=1615777275.013500&cid=D01JLconfint
to printlevels
Assertion Checking
lm
only,maars_lm
,maars_glm
,glm
only. This will replace code like thismissing
parameters e.g. running justlm_fit %>% maars::comp_var()
with no parameters, and handle this elegantlyThe text was updated successfully, but these errors were encountered: