DectechR-package: Useful functions for Dectech analysts

DectechR-packageR Documentation

Useful functions for Dectech analysts

Description

Collection of functions useful for Dectech analysts, such as extracting survey data from Questback output, and getting consistent coefficient tables from regressions.

The main functions are:

  • getOutput (extract regression output)

  • getScreePlot and getFactorLoadingsTable (for factor analysis)

  • cc (copy to clipboard)

  • cc_varlist (format a character string, for pasting into a script)

  • dectechXmlToDataframe (convert Questback output to a dataframe)

  • unpackUserVariable (Split a custom variable (e.g. "1*3*5*7") into multiple columns)

  • addMobile (to identify mobile users)

  • getUnivariate (run a series of univariates on a model)

Details

Package: DectechR
Type: Package
Version: 0.3
Date: 2016-02-09
License: GPL-2

Useful functions to have loaded during general data analysis at Dectech.

Author(s)

Keith Simpson

Maintainer: Keith Simpson <k.simpson@dectech.co.uk>

Examples

  x = c(1,2,3)
  cc(x)

Dectech/DectechR documentation built on Feb. 15, 2024, 9:17 a.m.