process_free_wilson {cinf} | R Documentation |
Processes data table using the Free-Wilson approach.
process_free_wilson(t, activity_column)
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 |
Data frame with descriptors and properties
## Not run: t <- read.table("free-wilson-boehm.txt", header=TRUE) df <- process_free_wilson(t) ## End(Not run)