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
Trying to implement table.Distributions with defined scale input results in the following error: Error in paste(freq$scale, " Std Dev") : object 'freq' not found.
This is due to the fact that freq is not defined if !is.na(scale) and used after the if block, while defining znames.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
Trying to implement
table.Distributions
with definedscale
input results in the following error: Error in paste(freq$scale, " Std Dev") : object 'freq' not found.This is due to the fact that
freq
is not defined if!is.na(scale)
and used after theif
block, while definingznames
.Thanks in advance.
The text was updated successfully, but these errors were encountered: