FreeParProfile: A function to plot the log-likelihood profile of a parameter

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/FreeParProfile.R

Description

TO DO

Usage

1
2
3
4
5
6
7
8
FreeParProfile( filename,
                free.par = "initialization.B0",
                comp = NA, scaled = TRUE,
                combine.penalties = TRUE,
                add.total = FALSE,
                x.axis.title = "NA",
                prior.penalties.keywords = c("prior","cl"),
                legend.position = "right")

Arguments

x

TODO

Details

TODO

Value

TODO

Note

TODO

Author(s)

TODO

References

TODO

See Also

TODO

Examples

1
2
3
4
5
6
7
# An example
FreeParProfile(filename = system.file("extdata/Model 1", "Profile-Output.txt", package = "ProcessCASALoutput"),
               comp = NA,
               combine.penalties = TRUE,
               add.total = TRUE,
               x.axis.title = "B0",
               prior.penalties.keywords = c("prior", "cl", "average"))

mkienzle/ProcessCASALoutput documentation built on July 13, 2020, 4:24 p.m.