R/editDataset.design.R

Defines functions editDataset.design

Documented in editDataset.design

editDataset.design <- function(data, dsname, ...){
    tkmessageBox(title="Warning for editing design objects",
       message="It is discouraged to edit a design object from within R.\nThe only adequate use is to add response data, \nbut you will have to add those to the actual design object post-hoc \n(see Details in ?editDataset.design).", 
       type="ok", icon="warning")
    if (missing(dsname)) dsname <- paste(deparse(substitute(data)), "edited", sep=".")
    NextMethod(data, dsname=dsname)
}

Try the RcmdrPlugin.DoE package in your browser

Any scripts or data that you put into this service are public.

RcmdrPlugin.DoE documentation built on Oct. 7, 2023, 5:07 p.m.