Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
Problem Description: AOV Function output as data function to spotfire
Solution:
Resolution:
Data Table INPUTS: size.df, pop.df
Data Table OUTPUT: aov.df
aov.model1 <- aov(size.df$size ~ pop.df$pop)
aov.df <- as.data.frame(aov.model1$coefficients)
Sample DXP available here
Comments
0 comments
Article is closed for comments.