I have a dataset with some continuous variables ranging from negative, 0, and positive values I need a frequency distribution summarizing the continuous variables into "negative", "0" and "positive" categories.
Is there any way to incorporate these formats into the freq() function or if there is any other solution it would be really appreciated.