profile.fwdtr.object {Rfwdmv} | R Documentation |
An object containing the values of the profile log-likelihood for each transformation parameter
specified
in function fwdtr
.
The class attribute is set to profile.fwdtr
.
A profile.fwdtr.object
is a list with the following elements:
bounds[1]
to bounds[2]
with step 0.1.
This vector will contain the x-coordinates of the profile log-likelihoodsTRUE
a common value lambda
has been used for estimationstep.fwd
of the forward search.
Class profile.fwdtr
object is created by function profile.fwdtr
fwdtr
fwdtrProfilePlot
data(mussels.dat) ## Forward search on untrasformed data ## Compute max lik. estimates of tramsformation parameters l.mle<-fwdtr(mussels.dat) ## Compute profile loglikelihoods for transformation parameters in the last step of the search ## and create an object of class profile.fwdtr l.profile.mle <- profile.fwdtr(l.mle) ## plot the profile loglikelihoods of transformation parameters for each variable fwdtrProfilePlot(l.profile.mle)