R/fitted.probit.R

Defines functions fitted.probit

Documented in fitted.probit

fitted.probit <- function( object, ... ) {
   result <- drop( pnorm( linearPredictors( object ) ) )
   names( result ) <- row.names( model.matrix( object ) )
   return( result )
}

Try the sampleSelection2 package in your browser

Any scripts or data that you put into this service are public.

sampleSelection2 documentation built on May 2, 2019, 6:08 p.m.