Displaying 11 results from an estimated 11 matches for "mr1".
Did you mean:
mr
2012 Dec 05
1
In factor analysis in the psych package, how can I work out which factors the columns in $scores relate to? How do I know what each of the scores is scoring?
...e used generalised linear models which have shown that some of the scores are significant predictors of treatment outcome, but I can't work out which of the 11 factors they are scoring?
when I export to csv the $loadings I get the following columns in this order:
MR4, MR3, MR2, MR6, MR7, MR5, MR1, MR8, MR10, MR9, MR11
When I export to csv the $scores I get the following columns in this order:
V1, V2, V3, V4, V5, V6, V7, V8, V9, V10,V11
Are the scores in the column V1 derived from the loadings in column MR1 ?
Or are the scores in the first column of $scores (ie V1) derived from the loa...
2009 Nov 25
4
Structural Equation Models(SEM)
Hi R-colleagues.
In the sem-package
i have a problem to introduce hidden variables.
As a simple example I take an ordinary factor analysis.
The program:
cmat=c(0.14855886, 0.05774635, 0.08003300, 0.04900990,
0.05774635, 0.18042029, 0.11213013, 0.03752475,
0.08003300, 0.11213013, 0.24646337, 0.03609901,
0.04900990, 0.03752475, 0.03609901, 0.31702970)
2003 Jun 26
1
RE:Re: Application
A virus has been detected in a message s.rahtz@elsevier.co.uk
with subject Re: Application on Thu, 26 Jun 2003 11:04:14 --0500.
This email has been deleted
Global Elsevier Help Desk + 44 (0)1865 843737
This is an automated e-mail please do not reply to it.
DATE: Thu, 26 Jun 2003 11:04:14 --0500
Info : Scenarios/Incoming/Sophos In: A virus has been detected: 'W32/Sobig-E'.
2014 Mar 07
2
Latest openswan update does no longer connect to Cisco VPN 3000 Series
...programs/pluto/ikev1_main.c:1112:
st->st_sec_in_use==FALSE
Mar 7 16:24:53 firewall pluto[7647]: "ciscovpntest" #2: using kernel
interface: netkey
....
Mar 7 16:24:53 firewall pluto[7647]: "ciscovpntest" #2: #2:
"ciscovpntest":500 STATE_MAIN_I1 (sent MI1, expecting MR1);
EVENT_RETRANSMIT in 39s; nodpd; idle; import:admin initiate
Mar 7 16:24:53 firewall pluto[7647]: "ciscovpntest" #2: #2: pending Phase
2 for "ciscovpntest" replacing #0
Downgrading openswan to openswan-2.6.32-27.el6.i686 solves the problem. The
problem is restricted to this V...
2003 Dec 01
0
No subject
...-
- Werner-von-Siemens-Strasse 60 -
- 91050 Erlangen -
- Tel. +49 91 31 7 42 0 54 -
- Michael.Ott@erlm.siemens.de -
---------------------------------
open-source and you have much fun
Return-Path: <coolsky@mic.com.tw>
Delivered-To: samba@lists.samba.org
Received: from mr1.mic.com.tw (mr1.mic.com.tw [203.66.161.8]) by
lists.samba.org (Postfix) with ESMTP id 72C664FE3 for
<samba@lists.samba.org>; Wed, 6 Jun 2001 23:22:18 -0700 (PDT)
Received: from linko3.mic.com.tw (linko3.mic.com.tw [10.88.0.18]) by
mr1.mic.com.tw (8.9.3+Sun/8.9.1) with ESMTP id OAA16943...
2003 Dec 01
0
No subject
...ba.org/ SAMBA Team jerry@samba.org
http://www.plainjoe.org/ jerry@plainjoe.org
--"I never saved anything for the swim back." Ethan Hawk in Gattaca--
Return-Path: <coolsky@mic.com.tw>
Delivered-To: samba@lists.samba.org
Received: from mr1.mic.com.tw (mr1.mic.com.tw [203.66.161.8]) by
lists.samba.org (Postfix) with ESMTP id 76D90420F for
<samba@lists.samba.org>; Wed, 25 Jul 2001 02:32:05 -0700 (PDT)
Received: from linko3.mic.com.tw (linko3.mic.com.tw [10.88.0.18]) by
mr1.mic.com.tw (8.10.2+Sun/8.10.2) with ESMTP id f6P9aM...
2016 Aug 16
21
[PATCH v5 00/20] Engine Reclocking Fixes for Fermi-Maxwell2
I've splitted my big series between the part which actually fixes the
engine reclocking bits and the part handling voltage/clock updates on
temperature change, so that the more reviewed parts can be merged in
faster.
This series fixes a lot of Engine reclocking issues found on Fermi, Kepler
and all Maxwell generation GPUs. It does _not_ fix memory reclocking on
Fermi.
It mostly contains of
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ult:
return -EINVAL;
diff --git a/drivers/ipack/devices/ipoctal.c b/drivers/ipack/devices/ipoctal.c
index d480a514c983..3940714e4397 100644
--- a/drivers/ipack/devices/ipoctal.c
+++ b/drivers/ipack/devices/ipoctal.c
@@ -542,11 +542,10 @@ static void ipoctal_set_termios(struct tty_struct *tty,
mr1 |= MR1_RxRTS_CONTROL_OFF;
mr2 |= MR2_TxRTS_CONTROL_ON | MR2_CTS_ENABLE_TX_OFF;
break;
default:
return;
- break;
}
baud = tty_get_baud_rate(tty);
tty_termios_encode_baud_rate(&tty->termios, baud, baud);
diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c b/drivers/m...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ult:
return -EINVAL;
diff --git a/drivers/ipack/devices/ipoctal.c b/drivers/ipack/devices/ipoctal.c
index d480a514c983..3940714e4397 100644
--- a/drivers/ipack/devices/ipoctal.c
+++ b/drivers/ipack/devices/ipoctal.c
@@ -542,11 +542,10 @@ static void ipoctal_set_termios(struct tty_struct *tty,
mr1 |= MR1_RxRTS_CONTROL_OFF;
mr2 |= MR2_TxRTS_CONTROL_ON | MR2_CTS_ENABLE_TX_OFF;
break;
default:
return;
- break;
}
baud = tty_get_baud_rate(tty);
tty_termios_encode_baud_rate(&tty->termios, baud, baud);
diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c b/drivers/m...
2003 Dec 01
0
No subject
...ved: from mail4.nec.com (dns4.nec.com [131.241.15.4]) by
lists.samba.org (Postfix) with ESMTP id 7B3D64491 for
<samba@lists.samba.org>; Tue, 10 Jul 2001 11:56:44 -0700 (PDT)
Received: from netkeeper.sj.nec.com (netkeeper.sj.nec.com
[131.241.31.2]) by mail4.nec.com (/) with ESMTP id f6AIxmr13870 for
<samba@lists.samba.org>; Tue, 10 Jul 2001 11:59:48 -0700 (PDT)
Received: from exchmail1.hbo.nec.com (localhost [127.0.0.1]) by
netkeeper.sj.nec.com (8.9.1a/8.9.1) with ESMTP id LAA27892 for
<samba@lists.samba.org>; Tue, 10 Jul 2001 11:59:54 -0700 (PDT)
Received: from homn...
2003 Aug 20
0
RE:Re: That movie
A virus has been detected in a message s.rahtz@elsevier.co.uk
with subject Re: That movie on Tue, 19 Aug 2003 19:13:16 --0400.
This email has been deleted
Global Elsevier Help Desk + 44 (0)1865 843737
This is an automated e-mail please do not reply to it.
DATE: Tue, 19 Aug 2003 19:13:16 --0400
Info : Scenarios/Block Executables and VBS: A filename matching the file mask was detected: