Help me, correct answer in [??] to make anova function in vertica-R
Hi!!
I want to make R function
avo <- function(x)
{
cx <- [??]
cy <- [??]
data_avo <- data.frame(cx,cy)
fit <- avo(cy ~ cx, data=data_avo)
res <- summary(fit)
res
}
avoFactory <- function()
{
list(name=kmeansClu,udxtype=c("transform"),intype=c("float","float"), outtype=c("string[??]"))
}
I really wonder [??]
Who know the correct answer???? that [??]
0