Displaying 8 results from an estimated 8 matches for "sru".
Did you mean:
src
2012 Aug 08
0
Testing for a second order factor using SEM package
Hi!
The following model specification works when testing for first order
factors, but when I attempt to test for a second order factor by adding the
last 4 lines in the model, I get the error message below:
model.cfa.ru <- specifyModel()
sRU1 <- sRU, NA, 1
sRU2 <- sRU, lam12
sRU3 <- sRU, lam13
sRU4 <- sRU, lam14
sRU5 <- sRU, lam15
sRU6 <- sRU, lam16
sRU <-> sRU, mak1
sRU1 <-> sRU2, cors1
sRU5 <-> sRU3, cors2
sRU6 <-> sRU2, cors3
sRU6 <-> sRU1, cors4
pRU1 <- pRU, sfsf
pRU2 <- pRU, la...
2012 Mar 23
0
Fixing error variance in a path analysis to model measurement error in scales using sem package
...ach parcel:
(1−α(parcel))×variance(parcel),
such that α refers to Cronbach's alpha, which is a measure of reliability.
What follows is the following path analysis model in theory (i.e., in
practice the formulas are replaced with actual numbers):
path.inf.final <- specifyModel()
pRU -> sRU, test1
pRU -> rRU, test2
sRU -> rRU, test3
sRU -> power_alt, gam1
pRU -> power_alt, gam2
rRU -> power_alt, gam3
sRU -> ms_alt, gam7
pRU -> ms_alt, gam8
rRU -> ms_alt, gam9
sRU <-> sRU, NA, (1 - alpha(sRU))*(variance(sRU))
pRU <-> pRU, NA, (1 - alpha(pRU))*(varia...
2012 Dec 12
20
Solaris 11 System Reboots Continuously Because of a ZFS-Related Panic (7191375)
I''ve hit this bug on four of my Solaris 11 servers. Looking for anyone else
who has seen it, as well as comments/speculation on cause.
This bug is pretty bad. If you are lucky you can import the pool read-only
and migrate it elsewhere.
I''ve also tried setting zfs:zfs_recover=1,aok=1 with varying results.
http://docs.oracle.com/cd/E26502_01/html/E28978/gmkgj.html#scrolltoc
2019 Jun 11
3
High delay and some echo
Hi list!
I use Asterisk 13.14.1 from Debian repository on a DSL from Deutsche
Telekom.
Asterisk works well, but I have really often an high delay (I understand
it since the other party speak some seconds before he hears my question
and answer) and sometimes I hear an echo.
I really don't know what can I check and what can be the problem.
The problem exists since a very long time, but in the
2012 Feb 09
1
Strange send failure
Hello,
I''m attempting to dry run the send the root data set of a zone from one
Solaris 11 host to another:
sudo zfs send -r rpool/zoneRoot/zone at to_send | sudo ssh remote zfs
receive -ven fileserver/zones
But I''m seeing
cannot receive: stream has unsupported feature, feature flags = 24
The source pool version is 31, the remote pool version is 33. Both the
source
2014 Jan 17
15
Call for testing: OpenSSH-6.5
Hi,
OpenSSH 6.5 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is
2011 Oct 12
33
weird bug with Seagate 3TB USB3 drive
Banging my head against a Seagate 3TB USB3 drive.
Its marketing name is:
Seagate Expansion 3 TB USB 3.0 Desktop External Hard Drive STAY3000102
format(1M) shows it identify itself as:
Seagate-External-SG11-2.73TB
Under both Solaris 10 and Solaris 11x, I receive the evil message:
| I/O request is not aligned with 4096 disk sector size.
| It is handled through Read Modify Write but the performance
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*