Skip to content

Import and export functions for maintaining the SIP standard, as well as an auditable RNG

License

Notifications You must be signed in to change notification settings

git-innocuous/R-SIPmath-Tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#This library is desgined to provide the user with the basic tools to import,
#export, and create random numbers for simulation in a method consistent with
#SIPmath standard. The code below provides an example of how the functions included
#in thie library can work together:

data <- mtcars
data$ID <- rownames(mtcars)[1:4]
meta <- SIPMetaDF(data, "ID", rownames(mtcars)[1:4], colnames(mtcars)[1:4])

testdf <-data.frame(matrix(ncol=4,nrow=100))
colnames(testdf) <- colnames(meta[1:4])
for (i in 1:4) {
testdf[i] <- HDRUniformGen(100)
}

ExportSIPLib(testdf, testxml.xml, average = TRUE, median = TRUE, meta = meta)

#If you find any errors, please contact [email protected]
#Authors: Aaron Brown, Daniel O'Neil

About

Import and export functions for maintaining the SIP standard, as well as an auditable RNG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%