Как провести диагностический анализ с пакетом systemfit? - PullRequest
0 голосов
/ 05 ноября 2018

Как выполнить диагностический анализ модели, настроенной пакетом systemfit, например:

library(systemfit)
data("Kmenta")

eqDemand  <- consump ~ price + income
eqSupply  <- consump ~ price + farmPrice + trend 
system    <- list( demand = eqDemand, supply = eqSupply )

fitsur    <- systemfit( system, "SUR", data = Kmenta, maxit = 100 )
influence.measures(fitsur)

Ошибка в UseMethod ("влияние")

помощь пакета

...