Small dataset with gaussian outcome.

data("normData")

Format

A data frame with 300 observations on the following 51 variables.

y

a numeric vector

Covs1

a numeric vector

Covs2

a numeric vector

Covs3

a numeric vector

Covs4

a numeric vector

Covs5

a numeric vector

Covs6

a numeric vector

Covs7

a numeric vector

Covs8

a numeric vector

Covs9

a numeric vector

Covs10

a numeric vector

Covs11

a numeric vector

Covs12

a numeric vector

Covs13

a numeric vector

Covs14

a numeric vector

Covs15

a numeric vector

Covs16

a numeric vector

Covs17

a numeric vector

Covs18

a numeric vector

Covs19

a numeric vector

Covs20

a numeric vector

Covs21

a numeric vector

Covs22

a numeric vector

Covs23

a numeric vector

Covs24

a numeric vector

Covs25

a numeric vector

Covs26

a numeric vector

Covs27

a numeric vector

Covs28

a numeric vector

Covs29

a numeric vector

Covs30

a numeric vector

Covs31

a numeric vector

Covs32

a numeric vector

Covs33

a numeric vector

Covs34

a numeric vector

Covs35

a numeric vector

Covs36

a numeric vector

Covs37

a numeric vector

Covs38

a numeric vector

Covs39

a numeric vector

Covs40

a numeric vector

Covs41

a numeric vector

Covs42

a numeric vector

Covs43

a numeric vector

Covs44

a numeric vector

Covs45

a numeric vector

Covs46

a numeric vector

Covs47

a numeric vector

Covs48

a numeric vector

Covs49

a numeric vector

Covs50

a numeric vector

Details

Source

References

Examples

data(normData) # test <- OncoCast(data=normData,family = "gaussian",formula = y~., # method = "LASSO",runs = 30, # save = FALSE,nonPenCol = NULL,cores =2)