R programmer for improving a crosstable function

  • Estado: Closed
  • Premio: $40
  • Propuestas recibidas: 3
  • Ganador: heatherturner

Resumen del concurso

Hi, I've some programming demands to update an old R function I use to analyse data, it produces a crosstable object which I believe can be improved. First, I want to include in arguments (...) the data frame, so it would work as crosstable(DF, VAR1, VAR2, VAR3, ... ). My need today is to be able to use this function along with dplyr functions like; DF %>% crosstable(VAR1, VAR2), is it possible? Second, I want it to be faster, if possible. R language has advanced great deal in the late years, so maybe something can be done to make the crosstable a bit more rapid.

Habilidades recomendadas

Comentarios del empleador

“Nice person to work with.”

Imagen del perfil dmsilv, Brazil.

Tablero de aclaración pública

  • dhirajkhanna
    dhirajkhanna
    • 10 años atrás

    Can you please tell me what exactly you wish to achieve with your function by the help of an example?

    • 10 años atrás
    1. dmsilv
      Organizador del concurso
      • 10 años atrás

      Today the function works as crosstable( DF$VAR1, DF$VAR2, DF$VAR3, ... ) . I need this to match the data.frame, like : crosstable( data=DF, VAR1, VAR2, VAR3, ... ). Second, it would be really nice to use the function along with dplyr style; DF %>% crosstable(VAR1, VAR2). Is it any better?

      • 10 años atrás

Cómo comenzar con los concursos

  • Publica tu concurso

    Publica tu concurso Fácil y rápido

  • Recibe montones de propuestas

    Consigue toneladas de propuestas De todo el mundo

  • Elige la mejor propuesta

    Elige la mejor propuesta ¡Descarga fácilmente los archivos!

Publica un concurso ahora o únete a nosotros hoy