diff options
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 52 | 
1 files changed, 51 insertions, 1 deletions
| @@ -1,48 +1,82 @@  # Generated by roxygen2: do not edit by hand +S3method("[",mhmkin)  S3method("[",mmkin) +S3method(AIC,mhmkin)  S3method(AIC,mmkin) +S3method(BIC,mhmkin)  S3method(BIC,mmkin) +S3method(anova,saem.mmkin) +S3method(aw,mixed.mmkin)  S3method(aw,mkinfit)  S3method(aw,mmkin) +S3method(aw,multistart) +S3method(best,default)  S3method(confint,mkinfit)  S3method(f_time_norm_focus,mkindsg)  S3method(f_time_norm_focus,numeric) +S3method(illparms,mhmkin) +S3method(illparms,mkinfit) +S3method(illparms,mmkin) +S3method(illparms,saem.mmkin)  S3method(intervals,saem.mmkin)  S3method(loftest,mkinfit)  S3method(logLik,mkinfit) +S3method(logLik,saem.mmkin)  S3method(lrtest,mkinfit)  S3method(lrtest,mmkin) +S3method(mhmkin,list)  S3method(mixed,mmkin)  S3method(mkinpredict,mkinfit)  S3method(mkinpredict,mkinmod) +S3method(multistart,saem.mmkin)  S3method(nlme,mmkin)  S3method(nobs,mkinfit)  S3method(parms,mkinfit)  S3method(parms,mmkin) +S3method(parms,multistart) +S3method(parms,saem.mmkin) +S3method(parplot,multistart.saem.mmkin)  S3method(plot,mixed.mmkin)  S3method(plot,mkinfit)  S3method(plot,mmkin)  S3method(plot,nafta) +S3method(print,illparms.mhmkin) +S3method(print,illparms.mmkin) +S3method(print,mhmkin)  S3method(print,mixed.mmkin)  S3method(print,mkinds)  S3method(print,mkindsg)  S3method(print,mkinmod)  S3method(print,mmkin) +S3method(print,multistart)  S3method(print,nafta)  S3method(print,nlme.mmkin)  S3method(print,saem.mmkin) +S3method(print,status.mhmkin) +S3method(print,status.mmkin) +S3method(print,status.multistart)  S3method(print,summary.mkinfit) +S3method(print,summary.mmkin)  S3method(print,summary.nlme.mmkin)  S3method(print,summary.saem.mmkin)  S3method(residuals,mkinfit)  S3method(saem,mmkin) +S3method(status,mhmkin) +S3method(status,mmkin) +S3method(status,multistart) +S3method(status,multistart.saem.mmkin)  S3method(summary,mkinfit) +S3method(summary,mmkin)  S3method(summary,nlme.mmkin)  S3method(summary,saem.mmkin) +S3method(update,mhmkin)  S3method(update,mkinfit)  S3method(update,mmkin) +S3method(update,multistart)  S3method(update,nlme.mmkin) +S3method(update,saem.mmkin) +S3method(which.best,default)  export(CAKE_export)  export(DFOP.solution)  export(FOMC.solution) @@ -53,13 +87,16 @@ export(SFORB.solution)  export(add_err)  export(aw)  export(backtransform_odeparms) +export(best)  export(create_deg_func)  export(endpoints)  export(f_time_norm_focus)  export(get_deg_func) +export(illparms)  export(ilr)  export(intervals)  export(invilr) +export(llhist)  export(loftest)  export(logistic.solution)  export(lrtest) @@ -69,6 +106,7 @@ export(max_twa_hs)  export(max_twa_parent)  export(max_twa_sfo)  export(mean_degparms) +export(mhmkin)  export(mixed)  export(mkin_long_to_wide)  export(mkin_wide_to_long) @@ -84,34 +122,42 @@ export(mkinpredict)  export(mkinresplot)  export(mkinsub)  export(mmkin) +export(multistart)  export(nafta)  export(nlme)  export(nlme_data)  export(nlme_function)  export(parms) +export(parplot)  export(plot_err)  export(plot_res)  export(plot_sep)  export(saem)  export(saemix_data)  export(saemix_model) +export(set_nd_nq) +export(set_nd_nq_focus)  export(sigma_twocomp) +export(status)  export(transform_odeparms) +export(which.best)  import(deSolve)  import(graphics)  import(nlme)  importFrom(R6,R6Class)  importFrom(grDevices,dev.cur)  importFrom(lmtest,lrtest) +importFrom(methods,is)  importFrom(methods,signature)  importFrom(nlme,intervals)  importFrom(parallel,detectCores)  importFrom(parallel,mclapply)  importFrom(parallel,parLapply) -importFrom(purrr,map_dfr) +importFrom(rlang,"!!!")  importFrom(stats,AIC)  importFrom(stats,BIC)  importFrom(stats,aggregate) +importFrom(stats,anova)  importFrom(stats,as.formula)  importFrom(stats,coef)  importFrom(stats,coefficients) @@ -120,10 +166,12 @@ importFrom(stats,dist)  importFrom(stats,dnorm)  importFrom(stats,lm)  importFrom(stats,logLik) +importFrom(stats,median)  importFrom(stats,na.fail)  importFrom(stats,nlminb)  importFrom(stats,nobs)  importFrom(stats,optimize) +importFrom(stats,pchisq)  importFrom(stats,plogis)  importFrom(stats,predict)  importFrom(stats,pt) @@ -135,8 +183,10 @@ importFrom(stats,qt)  importFrom(stats,residuals)  importFrom(stats,rnorm)  importFrom(stats,shapiro.test) +importFrom(stats,terms)  importFrom(stats,update)  importFrom(stats,vcov) +importFrom(utils,capture.output)  importFrom(utils,getFromNamespace)  importFrom(utils,packageVersion)  importFrom(utils,write.table) | 
