Displaying 6 results from an estimated 6 matches for "truncreg".
2020 Feb 06
2
TEST DE SEPARABILIDAD CON R
...e Economía Financiera y
Contabilidad de la Universidad de Murcia y tengo una duda sobre R.
Mi investigación se basa en calcular la eficiencia de los servicios
municipales con DEA (packages deaR), y posteriormente identificar los
determinantes de dicho nivel con una regresión truncada (packages
truncreg). Para calcular la eficiencia utilizo inputs/outputs y en la
regresión variables ambientales relacionadas con las características de
las DMU. En esta segunda fase, es cuando surge el problema de
separabilidad entre las variables ambientales y los inputs/output
utilizados.
Mi pregunta es, ¿cono...
2014 Nov 06
3
Duda_Observed vs Predicted
...sde el principio.
En mi caso trabajo con dos diferentes: Zero inflated y Binomial Negativo y
me gustaría comprobar que diferencia (distancia) existe entre cada uno de
ellos y la realidad.
Estoy trabajando con los siguientes paquetes:
library(pscl)
library(MASS)
library(AER)
library(VGAM)
library(truncreg)
library(censReg)
library(sampleSelection)
library(ggplot2)
library(boot)
library(aod)
library(lmtest)
library(zoo)
library(nlme)
library(lmtest)
library(boot)
library(spatcounts)
Mi duda es: ¿Que comando podría utilizar para calcular por valores
predichos por el Binomial negativo para los 14 pri...
2010 Oct 24
1
140 packages in R Commander!!
...' 'ellipse' 'gclus'
'mlbench' 'randomForest' 'SparseM' 'Formula' 'ineq' 'mlogit' 'np' 'plm'
'pscl' 'quantreg' 'ROCR' 'sampleSelection' 'scatterplot3d' 'systemfit'
'truncreg' 'urca' 'oz' 'fUtilities' 'fEcofin' 'RUnit' 'quadprog' 'iterators'
'locfit' 'maps' 'rcom' 'rscproxy' 'sp' 'VGAM' 'MCMCpack' 'sna' 'gee'
'anchors' 'survey...
2013 Jan 25
1
Testing continuous zero-inflated response
Hello,
I'm searching for a test that applies to a dataset (N=36) with a continuous
zero-inflated dependent variable and only one nominal grouping variable
with 2 levels (balanced).
In fact there are 4 response variables of this kind which I plan to test
seperately - the amount of zeroes ranges from 75 to 97%..
I searched the web and found several modelling approaches but have the
feeling
2010 Apr 19
2
Truncated Normal Distribution and Truncated Pareto distribution
Dear R helpers,
I have a bimodal dataset dealing with loss amounts. I have divided this dataset into two with the bounds for the first dataset i.e. dataset-A being 5,000$ to 100,000$ and the dataset-B deals with the losses exceeding 100,000$ i.e. dataset-B is left truncated.
I need to fit truncated normal disribution to dataset - I having lower bound of 5000 and upper bound of 100,000. While I
2014 Nov 06
4
Duda_Observed vs Predicted
Buenos días a todxs,
Estoy comparando la predicción de los valores (0, 1, 2, 3,.....hasta 13)
frente a los observados.
Con la idea de comparar el modelo Zero inflated y el Binomial negativo y
ver cual presenta mas distancia frente a las predicciones observadas.
Para ello introduzco los códigos en la consola:
#Modelo ZIM
pred<-round(colSums(predict(zeroinfl, type="prob") [,1:14]))