NumericTimeVar: Time var as a numeric vector

Description Usage Arguments Value Examples

View source: R/NumericTimeVar_m1.R

Description

This is a function that transforms a factor var time in numeric.

Usage

1
NumericTimeVar(data, vector.time)

Arguments

data

A matrix or data.frame

vector.time

variable containing the time

Value

This function returns a data.frame with the number of students and number de actions (min-max) aggregated by a specific variable.

Examples

1
2
vector.time <- c("CP025Q01.END", "CP025Q01.START")
m1$NumericTimeVar(cp025q01.treated, vector.time)

derecost/LOGAN documentation built on June 19, 2020, 6:40 p.m.