similar to: SPSS R-Menu for Ordinal Factor Analysis

Displaying 20 results from an estimated 1000 matches similar to: "SPSS R-Menu for Ordinal Factor Analysis"

2017 Aug 06
3
SPSS R Factor v2.4.2
I am not an R-Head, hence I use nice utilities that integrate R into SPSS 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
2017 Aug 06
0
SPSS R Factor v2.4.2
> On Aug 5, 2017, at 7:02 PM, Gavin Brown <gt.brown at auckland.ac.nz> wrote: > > I am not an R-Head, hence I use nice utilities that integrate R into SPSS > 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,
2010 Nov 30
3
pca analysis: extract rotated scores?
Dear all I'm unable to find an example of extracting the rotated scores of a principal components analysis. I can do this easily for the un-rotated version. data(mtcars) .PC <- princomp(~am+carb+cyl+disp+drat+gear+hp+mpg, cor=TRUE, data=mtcars) unclass(loadings(.PC)) # component loadings summary(.PC) # proportions of variance mtcars$PC1 <- .PC$scores[,1] # extract un-rotated scores of
2011 Mar 03
2
PCA - scores
I am running a PCA, but would like to rotate my data and limit the number of factors that are analyzed. I can do this using the "principal" command from the psych package [principal(my.data, nfactors=3,rotate="varimax")], but the issue is that this does not report scores for the Principal Components the way "princomp" does. My question is: Can you get an
2023 Jan 05
1
R 'arima' discrepancies
Rob J Hyndman gives great explanation here (https://robjhyndman.com/hyndsight/estimation/) for reasons why results from R's arima may differ from other softwares. @iacobus, to cite one, 'Major discrepancies between R and Stata for ARIMA' (https://stackoverflow.com/questions/22443395/major-discrepancies-between-r-and-stata-for-arima), assign the, sometimes, big diferences from R
2004 Jun 29
2
Several PCA questions...
Hi, I am doing PCA on several columns of data in a data.frame. I am interested in particular rows of data which may have 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
2008 Mar 05
2
Principle component analysis
Thanks to Mr.Liviu Androvic and Mr.Richard Rowe helped me in PCA. Because I have just learn R language in a few day so I have many problem. 1) I don't know why PCA rotation function not run although I try many times. Would you please hepl me and explain how to read the PCA map (both of rotated and unrotated) in a concrete example. 2) Where I can find document relate: Plan S(A), S(A*B),
2019 Dec 05
5
security = ads, backend = ad parameter not working in samba 4.10.10
On Thu, 2019-12-05 at 17:15 +0000, Rowland penny via samba wrote: > On 05/12/2019 17:00, S?rgio Basto wrote: > > On Thu, 2019-12-05 at 10:15 +0000, Rowland penny via samba wrote: > > > On 05/12/2019 06:16, S?rgio Basto wrote: > > > > Sorry , I spoke too soon getent passwd "a new user to this > > > > server" > > > > doesn't work .
2019 Nov 28
2
security = ads parameter not working in samba 4.9.5
On 28/11/2019 20:01, S?rgio Basto wrote: > This recommendation , why ? wiki say to add it [1] > [1] > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs#Enable_Extended_ACL_Support_in_the_smb.conf_File Yes, but under it, in a bright orange warning box, it says this: On a Samba Active Directory (AD) domain controller (DC), extended ACL support is automatically
2019 Mar 14
2
replication fails
On Thu, 2019-03-14 at 07:38 +0000, Rowland Penny via samba wrote: > On Wed, 13 Mar 2019 23:59:29 +0000 > Sérgio Basto via samba <samba at lists.samba.org> wrote: > > > On Wed, 2019-03-13 at 11:22 +0100, L.P.H. van Belle via samba > > wrote: > > > Hi Stefan, > > > > > > Debian 8 ? 9? > > > DC's samba version ? > > >
2020 Nov 11
2
Samba 4.11 with SSL authority CA role
I have OpenSSL forgenrate the CA root file in my server and work fine. My question is, ?howto i say to Samba (configuration) for work with CA certificates? . I dont find information about this. Thanks. Saludos. --- Miguel El mar., 10 nov. 2020 a las 15:22, S?rgio Basto (<sergio at serjux.com>) escribi?: > On Tue, 2020-11-10 at 14:48 -0300, Miguel Angel Coa M. via samba wrote: >
2019 Dec 05
2
security = ads, backend = ad parameter not working in samba 4.10.10
On Thu, 2019-12-05 at 10:15 +0000, Rowland penny via samba wrote: > On 05/12/2019 06:16, S?rgio Basto wrote: > > Sorry , I spoke too soon getent passwd "a new user to this server" > > doesn't work . > > But wbinfo -u or wbinfo -g always worked perfectly in any case , > > why > > getent don't ? > > > If 'wbinfo -u' works,
2019 Apr 08
3
Samba 4.8.10 for rhel7/centos7 rpms
Adding Alexander (cc'ed, thank you) Hi Sergio, I found some hints (dating back almost a year ago) about why gnutls-3.4 might be needed: https://lists.samba.org/archive/samba-technical/2018-April/127282.html I don't know how much of this still holds true (I've been running an AD DC with rhel7's gnutls 3.3.z for over a year without apparent issues). Regards, Vincent On Mon, 8
2011 Jan 26
1
Factor rotation (e.g., oblimin, varimax) and PCA
A bit of a newbee to R and factor rotation I am trying to understand factor rotations and their implementation in R, particularly the GPArotation library. I have tried to reproduce some of the examples that I have found, e.g., I have taken the values from Jacksons example in "Oblimin Rotation", Encyclopedia of Biostatistics
2019 Nov 27
2
security = ads parameter not working in samba 4.9.5
On 27/11/2019 15:30, S?rgio Basto wrote: > On Wed, 2019-11-27 at 12:29 +0000, Rowland penny via samba wrote: >> On 27/11/2019 11:03, S?rgio Basto via samba wrote: >>> Sorry I meant man idmap_ad. But checking again man is equal of >>> https://wiki.samba.org/index.php/Idmap_config_ad in EXAMPLES of man >>> page [1] >>> >>> Examples don't
2019 Dec 05
2
security = ads parameter not working in samba 4.10.10
On Thu, 2019-12-05 at 04:57 +0000, S?rgio Basto via samba wrote: > On Fri, 2019-11-29 at 18:33 +0000, Rowland penny via samba wrote: > > On 29/11/2019 18:17, S?rgio Basto via samba wrote: > > > On Fri, 2019-11-29 at 17:19 +0000, Rowland penny via samba wrote: > > > > Lets start by removing this: krb5-server-1.15.1- > > > > 37.el7_7.2.x86_64 > > >
2019 Apr 08
6
Samba 4.8.10 for rhel7/centos7 rpms
On Sun, 2019-04-07 at 12:38 -0400, vincent at cojot.name wrote: > On Sat, 6 Apr 2019, Sérgio Basto via samba wrote: > > > > http://nova.polymtl.ca/~coyote/dist/samba/samba-4.8.10 > > > > How do you build this on Centos 7 without gnutls 3.4 and nettle 3.2 > > ? > > Hi Sergio, > that's a very good question. I built these on rhrl7.6 with gnutls- >
2019 Apr 17
2
strange gpo behaviour
On Wed, 17 Apr 2019 18:29:19 +0100 Sérgio Basto via samba <samba at lists.samba.org> wrote: > My experience was : > > 1. Mit kbr doesn't support it, we need to use the old kbr system. Do not use MIT, it is, at best, experimental. > 2. We need disable selinux , selinux permissive is not enough to allow > to write on shared folder sysvol. it cause crashes on windows.
2014 Jun 19
2
Principal component analysis with EQUAMAX rotation
Hello, I need to do a principal component analysis with EQUAMAX-rotation. Unfortunately the function principal() I use normally for PCA does not offer this rotation specification. I could find out that this might be possible somehow with the package GPArotation but until now I could not figure out how to use this in the principal component analysis. Maybe someone can give an example on how to do
2018 Mar 01
39
[Bug 105319] New: DRM: EVO timeout with kernel 4.15.x
https://bugs.freedesktop.org/show_bug.cgi?id=105319 Bug ID: 105319 Summary: DRM: EVO timeout with kernel 4.15.x Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau