1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
# Generated by roxygen2: do not edit by hand
S3method(VarCorr,merModList)
S3method(draw,merMod)
S3method(fastdisp,merMod)
S3method(fastdisp,merModList)
S3method(fixef,merModList)
S3method(print,merModList)
S3method(print,summary.merModList)
S3method(ranef,merModList)
S3method(summary,merModList)
export(FEsim)
export(ICC)
export(REcorrExtract)
export(REextract)
export(REimpact)
export(REmargins)
export(REquantile)
export(REsdExtract)
export(REsim)
export(RMSE.merMod)
export(averageObs)
export(bglmerModList)
export(blmerModList)
export(draw)
export(expectedRank)
export(fastdisp)
export(findFormFuns)
export(glmerModList)
export(lmerModList)
export(modelFixedEff)
export(modelInfo)
export(modelRandEffStats)
export(plotFEsim)
export(plotREsim)
export(predictInterval)
export(randomObs)
export(shinyMer)
export(subBoot)
export(superFactor)
export(thetaExtract)
export(wiggle)
import(arm)
import(dplyr)
import(ggplot2)
import(lme4)
importFrom(abind,abind)
importFrom(arm,sim)
importFrom(blme,bglmer)
importFrom(blme,blmer)
importFrom(broom.mixed,tidy)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(methods,as)
importFrom(methods,is)
importFrom(mvtnorm,rmvnorm)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,em)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,h3)
importFrom(shiny,isolate)
importFrom(shiny,mainPanel)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderPrint)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,strong)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,textOutput)
importFrom(shiny,titlePanel)
importFrom(stats,AIC)
importFrom(stats,as.formula)
importFrom(stats,delete.response)
importFrom(stats,df)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(utils,packageVersion)
|