X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=R%2Fmain.R;h=4c4e87c136b4a207a1f649af8050169de888b353;hb=c366645be35213c98df336216864543d171fdb93;hp=059843f51747beb543474f2d367a3f85c9273a34;hpb=09ab3c164abb566764e86a175b5973241e708fd6;p=valse.git diff --git a/R/main.R b/R/main.R index 059843f..4c4e87c 100644 --- a/R/main.R +++ b/R/main.R @@ -1,3 +1,5 @@ +#' @useDynLib valse + Valse = setRefClass( Class = "Valse", @@ -6,10 +8,10 @@ Valse = setRefClass( # regression data (size n*p, where n is the number of observations, # and p is the number of regressors) - X = "numeric", + X = "matrix", # response data (size n*m, where n is the number of observations, # and m is the number of responses) - Y = "numeric", + Y = "matrix", # Optionally user defined (some default values)