Stat Tools Home
Return to CTSpedia Web Home
Click here for Instructions for Contributing 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
All SAS Macros
R-Functions
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
Click to see a listing of all Statistical Tools
Click to see original tools work.
Click here for Stat Tools Working Group Minutes
This topic: CTSpedia
> WebHome > StatToolsHome
Topic revision:
31 Jan 2013, MaryBanach
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki?
Send feedback