swh:1:snp:8778a8f546f4eca5b5174926daf661ce7c4bf317
Raw File
Tip revision: aa358098501dce2f08ce1079dd8a2123eb6e40d2 authored by Ioannis Kosmidis on 07 August 2013, 00:00:00 UTC
version 0.5-9
Tip revision: aa35809
NAMESPACE
export(confintModel, ordinaryDeviance,
       RaoScoreStatistic, plot.profileModel, pairs.profileModel,
       print.profileModel, profileModel,
       profConfint, profZoom, profSmooth,
       profConfint.profileModel, profZoom.profileModel, 
       profSmooth.profileModel,
       profiling, prelim.profiling, 
       signedSquareRoots.profileModel)

S3method(profConfint,profileModel)
S3method(profZoom,profileModel)
S3method(profSmooth,profileModel)
S3method(plot,profileModel)
S3method(print,profileModel)
S3method(pairs, profileModel)
S3method(signedSquareRoots, profileModel)
back to top