Displaying 5 results from an estimated 5 matches for "ipca".
Did you mean:
ipc
2023 Jan 05
1
R 'arima' discrepancies
...BData) library(lubridate) library(tsibble)
library(tsbox) library(forecast) library(tidyr) library(dplyr)
#============================================================# #Data
---- #============================================================#
#Brazilian CPI and analytical components ipca <-
gbcbd_get_series(c(433, 4449, 10844, 11428, 27863, 27864),
first.date = dmy("01/01/2004")) ipca <- ipca %>% mutate(series.name
= case_when(id.num == 433 ~ "ipca", id.num == 4449 ~
"administrados", id.num == 10844 ~ "servicos", id.n...
2004 Jun 29
2
Several PCA questions...
...e a particular
combination of 'types' of column values (without any pre-conception of
what they may be).
I do the following...
# My data table.
allDat <- read.table("big_select_thresh_5", header=1)
# Where some rows look like this...
# PDB SUNID1 SUNID2 AA CH IPCA PCA IBB BB
# 3sdh 14984 14985 6 10 24 24 93 116
# 3hbi 14986 14987 6 10 20 22 94 117
# 4sdh 14988 14989 6 10 20 20 104 122
# NB First three columns = row ID, last 6 = variables
attach(allD...
2017 Aug 06
3
SPSS R Factor v2.4.2
...I have SPSS v24, R3.20 and R3.40
I have run IBM SPSS R Integration which requires linking to R3.20
I have installed R Factor v2.4.2
This package requires 'polycor' library
Unfortunately, 'polycor' does not exist in R3.20
DATASET ACTIVATE DataSet1.
*M?rio Basto, Jos? Manuel Pereira, IPCA
*Required: SPSS 21 and R Integration Plugin
*R Packages required: psych, polycor, GPArotation, nFactors, corpcor, ICS, R.utils.
set printback off.
Error in library(polycor) : there is no package called 'polycor'
This means the very good utility does not run in the way I have installed both...
2012 Mar 26
2
SPSS R-Menu for Ordinal Factor Analysis
...--------------------
SPSS output with error message:
GET
FILE='C:\XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.
DATASET NAME DatenSet1 WINDOW=FRONT.
DATASET ACTIVATE DatenSet1.
SAVE OUTFILE='C:\XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
/COMPRESSED.
*M?rio Basto, Jos? Manuel Pereira, IPCA
*Required: SPSS 19 and R Integration Plugin
*R Packages required: psych, polycor, GPArotation, nFactors, corpcor, ICS.
set printback off.
--
Till Below (PhD Student)
Humboldt-Universit?t zu Berlin
2017 Aug 06
0
SPSS R Factor v2.4.2
...ist in R3.20
That's not really correct. There is an archived version that should be compatible with your out-of-date version of R. See:
ftp://cran.r-project.org/pub/R/src/contrib/Archive/polycor/
Good luck;
David.
>
> DATASET ACTIVATE DataSet1.
> *M?rio Basto, Jos? Manuel Pereira, IPCA
> *Required: SPSS 21 and R Integration Plugin
> *R Packages required: psych, polycor, GPArotation, nFactors, corpcor, ICS, R.utils.
> set printback off.
> Error in library(polycor) : there is no package called 'polycor'
>
> This means the very good utility does not run in...