SpotfireStats-package
Statistics from within Spotfire

Description

Functions for integrating tools for statistical analysis from within Spotfire.

Details

Package: SpotfireStats
Version: 0.1
Dialect: TERR
License: file LICENSE
This package is expected to be mostly used from within Spotfire. It contains the analytics functions that are called from Spotfire via the entries under the Tools menu.
Author
Cloud Software Group, Inc.
Maintainer: Cloud Software Group, Inc. <SNextSupport@tibco.com>
Examples
# Fit a regression model:
zlm <- linearRegFit(ozone ~ wind + temperature, data=Sdatasets::air,
    modelName="lmExample")
names(zlm)
## [1] "modelObj"        "coefTable"       "fitSummaryTable" "fitPlotData"    
## [5] "fitPlotDesc"     "varImpTable"
zlm[[2]]
##                    Name    Estimate    StdError    t.value      p.value
## (Intercept) (Intercept) -0.40682743 0.590807396 -0.6885957 4.925543e-01
## wind               wind -0.07460851 0.016781454 -4.4458910 2.130677e-05
## temperature temperature  0.05651071 0.006267476  9.0165023 7.975194e-15
Package SpotfireStats version 6.1.2-7
Package Index