[R-br] rfm - retornando "0" linhas

Edmar Caldas edmar_caldas em yahoo.com.br
Sex Abr 5 16:11:28 -03 2019


Boa Tarde!Estou tentando criar um data.frame, uma View ou até mesmo salvar no formato csv o resultado da RFV criada a partir do pacote RFM, mas ele retorna com "0" linhas não entendi?????


   rfm_result <- rfm_table_order(agregar, id, data_compra, salario_m, data_atual)> rfm_result
# A tibble: 50 x 9
   customer_id date_most_recent recency_days transaction_count amount recency_score frequency_score monetary_score rfm_score
         <dbl> <date>                  <dbl>             <dbl>  <dbl>         <int>           <int>          <int>     <dbl> 1           1 1997-01-01               8129                 1  1572.             4               1              5       415 2           2 1996-02-02               8463                 1  1399.             1               1              2       112 3           3 1997-02-12               8087                 1  1473.             5               1              4       514 4           4 1997-01-03               8127                 1  1379.             5               1              2       512 5           5 1996-10-07               8215                 1  1444.             2               1              4       214 6           6 1996-11-20               8171                 1  1430              3               1              3       313 7           7 1997-01-04               8126                 1  1741              5               1              5       515 8           8 1997-01-01               8129                 1  1345.             4               1              2       412 9           9 1997-01-03               8127                 1  1266              5               1              1       51110          10 1996-03-03               8433                 1  1375              1               1              2       112# ... with 40 more rows> > View(rfm_result)
Error in View : arguments imply differing number of rows: 0, 50

Edmar
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20190405/a7c97406/attachment.html>


Mais detalhes sobre a lista de discussão R-br