Stat Tools Home

Return to CTSpedia Web Home

How to Contribute a Statistical Tool

Contribute a Statistical Tool

newtopic CLICK ON BUTTON TO create a new auto-numbered Stat Tools topic

Click here for Instructions for Contributing Statistical Tools

Searching Statistical Tools

Search for SAS Macros with Sample Output

Click here for listings of SAS Macros with Sample Run and Sample Output

Search for R-Functions with Outputs

Sourcing R-Functions

library(RCurl)

source_rcurl <- function(url){

x <- getURLContent(url,useragent='R')

source(textConnection(x))

}

source_rcurl

Click here for listings of R-Functions with Output

Pull-Down Menus of Statistical Tools by Type

All SAS Macros

R-Functions

Pull-Down Menu of Statistical Tools Examples

Look up SAS Macros with SAS Example Code

Look up SAS Macros with SAS Example Output

Look up Examples of R Example Code

Look up Examples of R Example Output

Example Graphics

All Statistical Tools and Original Tools Work

Click to see a listing of all Statistical Tools

Click to see original tools work.

Working with the Tools

Calling Macros

Copying and Pasting URLs for SAS Macros

Directions R Scripts

Statistical Tools Working Group

Click here for Stat Tools Working Group Minutes

This topic: CTSpedia > WebHome > StatToolsHome
Topic revision: 31 Jan 2013, MaryBanach
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback