Displaying 6 results from an estimated 6 matches for "f04".
Did you mean:
04
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.
2006 Jul 03
1
panel ordering in nlme and augPred plots
...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
this was to create an ordering where the females are ordered ("F01",
"F02", "F03", etc -- followed by the males being ordered). However,
the solution given ...
> fm <- lme(Orthodont)
> plo...
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',
lev...
2007 Nov 09
1
Confidence Intervals for Random Effect BLUP's
...+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))
[,1] [,2] [,3]
[1,] 12.21371 14.48493 16.75616
[2,] 14.99377 17.26499 19.53622
[3,] 14.50205 16.77328 19.04450
[4,] 14.68487 16.95609 19.22732
[5,] 16.09066 18.36188 20.63311
[6,] 15.0...
2004 Aug 06
0
samba & winbind with AD 2K auth problem
...:add_trusted_domain(180)
Added domain DEV dev.com S-1-5-21-1606980848-813497703-1202660629
[2004/08/06 15:41:27, 3] nsswitch/winbindd_util.c:add_trusted_domain(173)
Added domain BUILTIN S-1-5-32
[2004/08/06 15:41:27, 3] nsswitch/winbindd_util.c:add_trusted_domain(173)
add_trusted_domain: SRV-F04 is an NT4 domain
[2004/08/06 15:41:27, 1] nsswitch/winbindd_util.c:add_trusted_domain(180)
Added domain SRV-F04 S-1-5-21-300734864-1869551599-1629350182
[2004/08/06 15:41:27, 3] nsswitch/winbindd_ads.c:trusted_domains(832)
ads: trusted_domains
[2004/08/06 15:41:27, 3] libads/ldap.c:ads_connec...
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?