
Last chance! 50% off unlimited learning
Sale ends in
sdprim
.sd.start(...)
sdprim
when it is called. See that function's help file for much more detailed information.sdprim
from within sd.start
, then it will return the same output of sdprim
. Specifically, a convoluted list containing all relevant box sequence information, with structure as described more precisely in the help file for sdprim
.
If sdprim
is not called, then nothing is returned (or possibly some junk), though you may save data files interactively from within sd.start
.sdprim
has some notable restrictions on the format of data it can accept while still functioning appropriately. In particular, the data must be numeric, and the output vector that is eventually used must be zero one. This function (sd.start
) helps to make sure the input and output data is appropriately formatted prior to calling sdprim
.sdprim
#Note, because the function is interactive, this example demonstrates very
#little. You will need a csv or rda file available to load data in.
#See the sdprim examples for more explicit use.
myboxes <- sd.start()
#Uses all of sdprim's default arguments
morebox <- sd.start(repro=FALSE)
#tells sdprim not to spend computatioal time on
#reproducibility statistics
Run the code above in your browser using DataLab