data(vi_smol)
identify_response_type(
df = vi_smol,
response = "vi_numeric"
)
identify_response_type(
df = vi_smol,
response = "vi_counts"
)
identify_response_type(
df = vi_smol,
response = "vi_binomial"
)
identify_response_type(
df = vi_smol,
response = "vi_categorical"
)
identify_response_type(
df = vi_smol,
response = "vi_factor"
)
Run the code above in your browser using DataLab