process_free_wilson {cinf}R Documentation

Process data table using the Free-Wilson approach

Description

Processes data table using the Free-Wilson approach.

Usage

process_free_wilson(t, activity_column)

Arguments

t

data frame with table containing data for Free-Wilson analysis

activity_column

whether the data frame contains the activity data in its last column. Default: TRUE

Value

Data frame with descriptors and properties

Examples

## Not run: 
  t <- read.table("free-wilson-boehm.txt", header=TRUE)
  df <- process_free_wilson(t)

## End(Not run)

[Package cinf version 0.0-19 Index]