Browse by Tags
All Tags »
TIBCO Spotfire S+ (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
To start multiple sessions of TIBCO Spotfire S+ running on the same machine, use the flag /MULTIPLEINSTANCES. This can be added to the Target: line of your S+ shortcut icon in Windows. Every time the modified shortcut is clicked, a new instance of S+...
|
-
|
Why does the output from a model with N-level factor variable return only N-1 coefficients? To demonstrate contrasts or the coding of factors in TIBCO Spotfire S+ consider the following S+ session in which an analysis of variance model is fit with the...
|
-
|
What is the scope of variables during function evaluation? - All variables created during function evaluation will be local variables which exist until the function completes and returns its output value. - When function A calls function B, a different...
|
-
|
The issue you encountered may be the result of a corrupt .Prefs or .Data directory. Below are a few indications of a corrupt .Prefs directory: * The background color of your graph is red. * You receive the error message: "There is an unrecognized...
|
-
|
If your machine does not have internet access (or if a firewall is preventing access) you can download the install files for the pkgutils package from a machine that has internet access by going to the following URL appropriate for your S+ version and...
|
-
|
Unzipping the S-PLUS plugin .zip into a working Eclipse installation with other plugins (with the workspace selection dialog turned off) causes an exception on Eclipse startup. The result is an Eclipse instance without any valid S-PLUS views. Solution...
|
-
|
You can use the drop argument with the subset operator ( [] ) > g5 <- factor(LETTERS[1:5]) > g5 [1] A B C D E > g4 <- g5[1:4] > g4 # note levels are printed since they do not match the values [1] A B C D Levels: [1] "A" "B"...
|
-
|
Users should always run setup.exe to install S-PLUS, not setup.msi. This is especially important for installations on Windows Vista. If the file extensions are hidden so you cannot distinguish between the two setup files, follow these instructions: 1...
|