Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Analysing Sales Patterns: R + SQL Server

    Thanks Nick,

    This is great,

    I had a question: Is it possible to extract Windows-log from event log and visualize some short of graph. (i.e login/ logoff time, Domain, LogonID etc)

  • RE: Analysing Sales Patterns: R + SQL Server

    Thanks Nick,

    I have another Error:

    > by_region_filter <- with(majorSalesData, table(SalesTerritoryRegion, ProductKey))

    > results_filter <- CA(by_region_filter, graph=FALSE)

    Error in data.frame(value, row.names = rn, check.names = FALSE, check.rows = FALSE) :

    row names...

  • RE: Analysing Sales Patterns: R + SQL Server

    have you created ODBC connection form Data Source ?

  • RE: Analysing Sales Patterns: R + SQL Server

    Hi Nick,

    Thanks for the tutorial. Great to see someone putting effort to share their knowledge.

    Just a little hickup.

    below variables are not assigned for last graph.

    - product_contributions

    - by_region_trimmed

    I am getting error...

Viewing 4 posts - 1 through 4 (of 4 total)