as.LOBdataset {LoBrA}R Documentation

Transformation of a single longitudinal data matrix into 'LoBrA' Data Object.

Description

Real signals and background noise originating from experimental settings or random events

Usage

as.LOBdataset(
  longData,
  name = "",
  id = "id",
  time = "time",
  type = "type",
  class = "class",
  bg = FALSE
)

Arguments

longData

Matrix of longitudinal data containing all components

name

name of the dataset

id

name to identify the experiment id column

time

name to identify the time column

type

name to identify the type column

class

name to identify the class column

bg

indicates whether the data table contains background data

Value

'LoBrA' data object

Examples

## Not run: 
 
  data(LoBraExample)
  name="Longitudinal Test Dataset"
  ldo<-as.LOBdataset(longDataExample, name, bg=TRUE)
  

[Package LoBrA version 1.0 Index]