R/summary.svyPVglm.R

summary.svyPVglm <-
function(object, ...)
{
  
# Hier sollte irgendeine sinnvolle summary function noch gemacht werden.
# ich hab das:
# class(FINAL.RES) <- "svyPVglm"
# noch in REG_MAIN hinzugefĆ¼gt.
  

  
# das mal irgendwas passiert - um sehen obs funktioniert. bitte einfach durch was sinnvolles ersetzen!  

cat("----------------------------------------------------")
cat("Now the coef1 blabla")
object$STNDRDZD.COEF
cat("----------------------------------------------------")
  
  
}

Try the svyPVpack package in your browser

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

svyPVpack documentation built on May 1, 2019, 8:45 p.m.