1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:11:54 +02:00

select() fix for freq

This commit is contained in:
2019-01-17 12:08:04 +01:00
parent 1ee710c861
commit c6c3088e9f
30 changed files with 381 additions and 230 deletions

View File

@ -29,6 +29,7 @@ S3method(print,mo)
S3method(print,rsi)
S3method(pull,atc)
S3method(pull,mo)
S3method(select,frequency_tbl)
S3method(skewness,data.frame)
S3method(skewness,default)
S3method(skewness,matrix)
@ -167,6 +168,7 @@ exportMethods(print.mo)
exportMethods(print.rsi)
exportMethods(pull.atc)
exportMethods(pull.mo)
exportMethods(select.frequency_tbl)
exportMethods(skewness)
exportMethods(skewness.data.frame)
exportMethods(skewness.default)