[Question]: tm_t_summary()
Error: Treatment values cannot contain empty strings
#1225
Open
3 tasks done
Labels
question
Further information is requested
What is your question?
The
tm_t_summary
requires that the input dataset cannot contain observations with emptyARM
, otherwise the above ERROR will be reported. I tried to filter the data withfilter = teal_slices()
, but even though it's locked in the filter panel, it still shows an error.A little confused about how to properly filter data for
tm_t_summary
. Many thanks!I made more tests and also learned
filter_panel_api
, t it's true thatteal_slice(dataname = "ADSL",expr="ARMCD=='ARM A'",id = "valid_arm", title = "Test NullARM")
can pass the filter totm_t_summary()
; But it's a special case, if ADSL$ARM contains null value, this moduletm_t_summary()
failed to process it, wish for your further confirmation?Click to toggle contents of `Full code`, Copy and run directly
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: