We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


Help me, correct answer in [??] to make anova function in vertica-R — Vertica Forum

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