The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!

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 [??] 

 

 

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file