diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 380d84aa..b8c301bb 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -16,4 +16,4 @@ articles: CreatingNetworkStudies: CreatingNetworkStudies.html InstallationGuide: InstallationGuide.html Videos: Videos.html -last_built: 2024-12-10T13:44Z +last_built: 2024-12-10T13:52Z diff --git a/dev/reference/createDefaultSplitSetting.html b/dev/reference/createDefaultSplitSetting.html index 4b42d41b..794e8381 100644 --- a/dev/reference/createDefaultSplitSetting.html +++ b/dev/reference/createDefaultSplitSetting.html @@ -139,7 +139,7 @@
createDefaultSplitSetting(
testFraction = 0.25,
trainFraction = 0.75,
- splitSeed = sample(100000, 1),
+ splitSeed = sample(1e+05, 1),
nfold = 3,
type = "stratified"
)
setIterativeHardThresholding(
K = 10,
penalty = "bic",
- seed = sample(100000, 1),
+ seed = sample(1e+05, 1),
exclude = c(),
- forceIntercept = F,
+ forceIntercept = FALSE,
fitBestSubset = FALSE,
- initialRidgeVariance = 10000,
- tolerance = 0.00000001,
+ initialRidgeVariance = 0.1,
+ tolerance = 1e-08,
maxIterations = 10000,
- threshold = 0.000001,
+ threshold = 1e-06,
delta = 0
)