aboutsummaryrefslogblamecommitdiff
path: root/_pkgdown.yml
blob: 50c0685f1b5b1c87cd3b61906ce3671fc2334a6a (plain) (tree)
1
2
3
4
5
6
7
8
9

                                 
            

                     
 
         
                      
 


                   






                                  
             
                       
                                                
             
                    
                       

                       

                      
               
                  
                 
          
                   


                                                   
                   
                  
                 
                       
                                                             

                  
                  
                    

                          
                            
                          
                     
                    
                    
             

                                     

                           
                         
                    



                                  
                      
                            


                                   
                                      
                               
              
               




                         
                            
             
                         
                      

                         


                                                  

                          

                         
                    


                   
                     
                       


                                     
                    




                      
                         


                                      
                     
                               
                                             

                




               
                              








                                                                  
                                                           
                                            
                                                                             
                                                    

                                                                           

                                                                 

                                               

                           
url: https://pkgdown.jrwb.de/mkin

development:
  mode: devel
  version_label: info

template:
  bootswatch: spacelab

news:
  cran_dates: false

reference:
  - title: Main functions
    desc:  Essential functionality
    contents:
      - mkinmod
      - mkinfit
      - mmkin
      - nafta
  - title: Show results
    desc: Functions working with mkinfit objects
    contents:
      - plot.mkinfit
      - summary.mkinfit
      - parms.mkinfit
      - confint.mkinfit
      - update.mkinfit
      - lrtest.mkinfit
      - loftest
      - mkinerrmin
      - endpoints
      - aw
      - CAKE_export
  - title: Work with mmkin objects
    desc: Functions working with aggregated results
    contents:
      - "`[.mmkin`"
      - plot.mmkin
      - AIC.mmkin
  - title: Mixed models
    desc: Create and work with nonlinear mixed effects models
    contents:
      - nlme.mmkin
      - saem.mmkin
      - nlmixr.mmkin
      - plot.mixed.mmkin
      - summary.nlme.mmkin
      - summary.nlmixr.mmkin
      - summary.saem.mmkin
      - nlme_function
      - get_deg_func
      - saemix_model
      - mixed
  - title: Datasets and known results
    contents:
      - focus_soil_moisture
      - D24_2014
      - dimethenamid_2018
      - FOCUS_2006_A
      - FOCUS_2006_SFO_ref_A_to_F
      - FOCUS_2006_FOMC_ref_A_to_F
      - FOCUS_2006_HS_ref_A_to_F
      - FOCUS_2006_DFOP_ref_A_to_B
      - NAFTA_SOP_2015
      - NAFTA_SOP_Attachment
      - mccall81_245T
      - schaefer07_complex_case
      - synthetic_data_for_UBA_2014
      - experimental_data_for_UBA_2019
      - test_data_from_UBA_2014
      - mkinds
      - mkindsg
  - title: NAFTA guidance
    contents:
      - nafta
      - print.nafta
      - plot.nafta
  - title: Utility functions
    contents:
      - f_time_norm_focus
      - max_twa_parent
      - mkin_wide_to_long
      - mkin_long_to_wide
  - title: Helper functions mainly used internally
    contents:
      - mkinpredict
      - transform_odeparms
      - ilr
      - logLik.mkinfit
      - residuals.mkinfit
      - nobs.mkinfit
      - mkinresplot
      - mkinparplot
      - mkinerrplot
      - mean_degparms
      - create_deg_func
  - title: Analytical solutions
    desc: Parent only model solutions
    contents:
      - SFO.solution
      - FOMC.solution
      - DFOP.solution
      - SFORB.solution
      - HS.solution
      - IORE.solution
      - logistic.solution
  - title: Generate synthetic datasets
    contents:
      - add_err
      - sigma_twocomp
  - title: Deprecated functions
    desc: Functions that have been superseded
    contents:
      - mkinplot

navbar:
  title: ~
  type: default
  left:
    - text: Functions and data
      href: reference/index.html
    - text: Articles
      menu:
      - text: Introduction to mkin
        href: articles/mkin.html
      - text: Example evaluation of FOCUS Example Dataset D
        href: articles/FOCUS_D.html
      - text: Example evaluation of FOCUS Laboratory Data L1 to L3
        href: articles/FOCUS_L.html
      - text: Example evaluation of FOCUS Example Dataset Z
        href: articles/web_only/FOCUS_Z.html
      - text: Performance benefit by using compiled model definitions in mkin
        href: articles/web_only/compiled_models.html
      - text: Calculation of time weighted average concentrations with mkin
        href: articles/twa.html
      - text: Example evaluation of NAFTA SOP Attachment examples
        href: articles/web_only/NAFTA_examples.html
      - text: Some benchmark timings
        href: articles/web_only/benchmarks.html
    - text: News
      href: news/index.html

Contact - Imprint