Displaying 1 result from an estimated 1 matches for "codprovi".
2011 May 10
0
Series temporales
...r=+++++++; Database=+++++++++; uid=++++++++; pwd=++++++++++;
wsid=++++++++++++;")
#Una vez establecida la conexion consultamos la tabla de la BBDD y la
guardamos en un data frame llamado Total
Total <- sqlQuery(channel,paste("SELECT * FROM
DATOS_FOMENTO_PROVINCIAL_BASE2005 WHERE codprovi is not null "))
#Definimos funcion para calcular p-valores de los coeficientes
cwp <- function (object)
{
coef <- coef(object)
if (length(coef) > 0) {
mask <- object$mask
sdev <- sqrt(diag(vcov(object)))
t.rat <- rep(NA, leng...