Learn R Programming

robustlmm (version 1.4-2)

psi2propII: Convert to Propsal II weight function

Description

Converts the psi_func object into a function that corresponds to Proposal II, i.e., a function of the squared weights. The other elements of the psi_func object are adapted accordingly.

Arguments

object
psi_func object to convert
...
optional, new default arguments passed to chgDefaults.

Examples

Run this code
par(mfrow=c(2,1))
plot(smoothPsi)
plot(psi2propII(smoothPsi))

Run the code above in your browser using DataLab