Skip to content

Commit

Permalink
works; next add StSP to developer branch
Browse files Browse the repository at this point in the history
done!
  • Loading branch information
dpc10ster committed Dec 2, 2023
1 parent d4f57e5 commit 2e178fe
Show file tree
Hide file tree
Showing 8 changed files with 532 additions and 554 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(DFReadSP)
export(DfExtractDataset)
export(DfReadDataFile)
export(StSP)
importFrom(Rcpp,evalCpp)
importFrom(readxl,excel_sheets)
Expand Down
521 changes: 0 additions & 521 deletions R/DfReadDataFile.R

This file was deleted.

535 changes: 521 additions & 14 deletions R/StSP.R

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion RJafroc.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageCleanBeforeInstall: No
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --no-build-vignettes --run-donttest
PackageRoxygenize: rd,collate,namespace,vignette
2 changes: 1 addition & 1 deletion inst/ZP/ZheminPan.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(RJafroc)

fileName <- system.file(
"extdata", "/toyFiles/ROC/rocSpAZP.xlsx", package = "RJafroc", mustWork = TRUE)
dsSp <- DfReadDataFile(fileName)
dsSp <- DFReadSP(fileName)

StSP(dsSp, FOM = "Wilcoxon")

Expand Down
12 changes: 6 additions & 6 deletions man/DfReadDataFile.Rd → man/DFReadSP.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions man/RJafroc-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -292,15 +292,15 @@
\item \code{descriptions$fileName}: a \code{character} variable containing the file
name of the source data for this dataset. This is generated automatically
by the \link{DfReadDataFile} function used to read the file. For a simulalated
by the DfReadDataFile function used to read the file. For a simulalated
dataset it is set to "NA" (i.e., a character vector, not the variable \code{NA}).
\item \code{descriptions$type}: a \code{character} variable describing the data type:
"\code{ROC}", "\code{LROC}", "\code{ROI}" or "\code{FROC}".
\item \code{descriptions$name}: a \code{character} variable containing the name of
the dataset: e.g., "dataset02" or "dataset05". This is generated automatically
by the \link{DfReadDataFile} function used to read the file.
by the DfReadDataFile function used to read the file.
\item \code{descriptions$truthTableStr}: a \code{c(I, J, L, maxLL+1)} object. For
normal cases elements \code{c(I, J, L, 1)} are filled with 1s if the corresponding
Expand All @@ -325,13 +325,6 @@
}
}
\section{Df: Datafile Related Functions}{
\itemize{
\item \code{\link{DfReadDataFile}}: Read a general data file.
}
}
\section{Significance Testing Functions}{
\itemize{
\item \code{\link{StSP}}: Perform OR significance testing.
Expand Down
2 changes: 1 addition & 1 deletion man/StSP.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e178fe

Please sign in to comment.