View source: R/MIXTURE.DEBUG_V0.1.R
GetMetrics | R Documentation |
sum(B)==1
(proportions)GetMetrix
returns the Root Mean Square Error between y - XB, with unnormalized B>0 (absolute) or normalized sum(B)==1
(proportions)
GetMetrics(
obj,
metric = c("all", "RMSE", "R"),
type = c("proportion", "absolute")
)
obj |
an object of class MIXTURE (see MIXTURE) |
metric |
: (character) "all" all the metrics (type ignored), "RMSE": (see GetRMSE), "R": (see GetCorrelation) |
type |
a character string "proportion" or "absolute". short word is allowed (default: "proportions") |
if "all" : ACCmetric matrix, otherwise see GetRMSE or GetCorrelation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.