powered by
Succinct display of S-values results.
# S3 method for sValues print(x, ..., print.length = 6)
an object of class sValues.
sValues
further arguments passed to or from other methods.
how many variables to show in the screen? This is used for pretty printing. The default is 6.
NULL
# NOT RUN { data(economic_growth) eg_sv <- sValues(GR6096 ~ ., data = economic_growth) eg_sv str(eg_sv) # }
Run the code above in your browser using DataLab