powered by
Turns susy class object into a data.frame.
susy
data.frame
# S3 method for susy as.data.frame(x, row.names=NULL, optional=FALSE, corr.no.abs=TRUE, ...)
Returns data.frame.
A susy object.
Ignored, only for consistency to generic as.data.frame method.
as.data.frame
Logical, defaults to TRUE display correlation without the absolute value.
TRUE
Ignored.
n = 1000 data = data.frame( var1 = runif(n, 300, 330), var2 = runif(n, 300, 330) ) res = susy(data, segment=30L, Hz=15L) as.data.frame(res)
Run the code above in your browser using DataLab