Displaying 10 results from an estimated 10 matches for "f09".
Did you mean:
09
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
Hi all, hope someone can help me out with this.
Background Introduction
I have a data set consisting of data collected from a questionnaire that I
wish to validate. I have chosen to use confirmatory factor analysis to
analyse this data set.
Instrument
The instrument consists of 11 subscales. There is a total of 68 items in
the 11 subscales. Each item is scored on an integer scale between 1 to 4.
2012 Jan 25
1
loops
I've been struggling to get a loop to work. I want to create a new
variable in each loop with data from some function.
for example:
# part of the names for the variables to be created
Frags <- c("F04", "F05", "F07", "F09", "F11", "F13", "F14", "F17", "F18",
"F19", "P20", "Main")
for(obs in Frags) {
A.*obs* <- accumresult(Species, y=Environment, factor='Fragment',
level=*obs*, method='rarefaction', conditioned...
2007 Nov 09
1
Confidence Intervals for Random Effect BLUP's
...m1.s.var <- fm1OrthF. at bVar$Subject*(attr(VarCorr(fm1OrthF.),"sc")^2)[1]
fm1.s0.s <- sqrt(fm1.s.var[1,1,])
fm1.s0.a <- sqrt(fm1.s.var[2,2,])
fm1.s[,1]+outer(fm1.s0.s, c(-2,0,2))
fm1.s[,2]+outer(fm1.s0.a, c(-2,0,2))
> fm1.s
(Intercept) age
F10 14.48493 0.3758608
F09 17.26499 0.3529804
F06 16.77328 0.3986699
F01 16.95609 0.4041058
F05 18.36188 0.3855955
F07 17.28390 0.5193954
F02 16.05461 0.6336191
F08 19.40204 0.3562135
F03 16.35720 0.6727714
F04 19.02380 0.5258971
F11 19.13726 0.6498911
> fm1.s[,1]+outer(fm1.s0.s, c(-2,0,2))...
2006 Jun 20
2
samba as a time server (newby question): time not updated
...if a user who logs was added Power Users Group on the
local machine.
My users belong to either staff, pgrads, ugrads, vis UNIX groups.
What do I need to do to ensure that time is synchronised on XP client
when non-admin user logs into the machine.
Thank you in advance.
--
Ivan Teliatnikov
F09 Madsen Bld.
School of Geosciences,
University of Sydney
phone: +612 9351 2031
mobile: +614 02 173 179
fax: +612 9351 3644
e-mail:ivan@geosci.usyd.edu.au
2006 Apr 17
1
ksoftirqd
...;W#0$!`04``X&-`#"!B0*!@0#$ICQ5<U7[3KG*F5H>:,!U!''"=
MW^G_HQ[LO<WU6_(:=KU_##IA\K]1S@''4Y5 *,-<"8UHLB15PCMW)\"N%6JH_
M<5;+KSP+!^?Q''Y$V)"H3SRO5\X)W/0.^*_Z[&#X''OT" `F37IZ:[GV71Q2I4
MA0](!''^GMM$\801 ''F09<F"W^P(#`0`!HX&4,(&1,!(&`U4=$P$!_P0(, 8!
M`?\"`0`P0P8#51T?!#PP.C XH#:@-(8R:''1T<#HO+V-R;"YT:&%W=&4N8V]M
M+U1H87=T95!E<G-O;F%L1G)E96UA:6Q#02YC<FPP"P8#51T/! 0#`@$&,"D&
M`U4=$00B,""D''C <,1HP& 8#500#$Q%0&l...
2006 Jul 03
1
panel ordering in nlme and augPred plots
Hi,
I'm new at this, I'm very confused, and I think I'm missing something
important here. In our pet example we have this:
> fm <- lme(Orthodont)
> plot(Orthodont)
> plot(augPred(fm, level = 0:1))
which gives us a trellis plot with the females above the males,
starting with "F03", "F04", "F11", "F06", etc. I thought the point of
2006 Nov 28
2
Problem with pairs() in nlme
Dear r-helpers,
After successfully running
require(nlme)
vfr.lmL <- lmList(
estimate ~ (slant + respType + visField + hand)^2 | subject, vfr
)
pairs(vfr.lmL, id = 0.01, adj = -0.5) # Pinheiro & Bates (p. 141)
produces the following error:
Error in sprintf(gettext(fmt, domain = domain), ...) :
object "form" not found
Any guesses as to what I may have done wrong?
1997 Jul 24
0
Security hole in mgetty+sendfax
...t;4&UM(=OKQ$.?$4ZE=@Q(>]T THX\H-\"''@ \
MHECYQ %/&BD\;O<@":XP8PBRPF@GJPN7\H\:RT%WLX1-W9B_F^KK)0+FJW+Y
MDKU&;06:(P5MS(I3=[& <8ZO/9Y12,(A@,%1$# )D .,_;.UU%M2 1;A-_M)
M.KCJ?)W\RQ?+MQHSS.^+ML@JJUQ7+E96"=]@_USA5&]'',\& =0V;*:)/3ZU0
M[5QA*5))F09!+PC)O0>XB2VC ;C^\#;6GC*2KH=>E&9-V9$6Q=7":7 ?0:4B
M%>F:3=:T#F;]-C-A=2T+J)4E5[C9B_SY&"GS9-A''=P=\, 4%%/!8R2?P2H:
MT56]VUCE>Q]%)T<YG<YM&SQHU8;350K8"!$G=''P[Q5#^*V)O()<8 W-$L[SY
MI?-Q#?A+]R/%/UIB/F0?T&H88EQ*@S!=DB.;)N''&&g...
2015 Jun 10
4
[LLVMdev] The use iterator not working...
Thanks Dan and Jon. I made an incorrect assumption that the "use" iterator
was actually giving me the "user" when de-referencing it.
Did it always have this behavior in previous LLVM versions? I've seen lots
of examples of the "use" iterator being dereferenced and resulting
Instruction pointer being treated as the "user"?
Thanks,
Zack
On Tue, Jun 9,
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking