Displaying 6 results from an estimated 6 matches for "naic".
Did you mean:
aic
2009 Oct 13
3
Selecting initial numerals
II just want to create a new object with the first two numerals of the data.
Not sure why this isnt working, consider the following:
EmpEst$naics=c(238321, 624410, 484121 ,238911, 811111, 531110, 621399,
541613,
524210 ,236115 ,811121 ,236115 ,236115 ,621610 ,814110 ,812320)
EmpEst$naics2<-formatC(EmpEst$naics %% 1e2, width=2, flag="", mode
="integer")
#RESULT:Warning message:
#In Ops.factor(EmpEst$naics, 100) : %%...
2010 May 03
2
Hierarchical factors
...within
continents. Other examples include occupational codes, biological
species, software types (R within statistical software within analytical
software), etc.
Such data structures commonly use hierarchical coding systems. For
example, the 2007 North American Industry Classification System (NAICS)
<http://www.census.gov/cgi-bin/sssd/naics/naicsrch?chart=2007>has twenty
two-digit codes (e.g., 42 = Wholesale trade), within each of these
varying numbers of 3-digit codes (e.g., 423 = Merchant wholesalers,
durable goods), then varying numbers of 4-digit codes (4231 = Motor
Vehicle an...
2004 Dec 20
2
?? 'OpenFile failed. Distribution Media Appears to be corrupt.' ??
I'm trying to run a stock analysis app called NAIC Toolkit 4
in Wine on Fedora Core 2 Linux....
It uses InstallShield I think (it has a fancy GUI installation piece)
so I:
1. installed DCOM98
2. ran EXE file via Wine with WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" switch
This got rid of some errors but now I'm stuck at one last one...
2004 Jul 16
1
Winbind problem
...o
path = /images
writable = yes
write list = kristynp,chrisd,administrator
admin users = kristynp,chrisd,administrator
force user = root
my krb5.conf:
Code:
[libdefaults]
default_realm = NEWDOMAIN.INT
[realms]
NEWDOMAIN.INT = {
kdc = stan.naic.int
}
[domain_realms]
.newdomain.int = NEWDOMAIN.INT
my nsswitch.conf:
Code:
# /etc/nsswitch.conf:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/nsswitch.conf,v 1.4
2002/11/18 19:39:22 azarah Exp $
passwd: compat winbind
shadow: compat
group: compat winbind
#...
2009 Apr 30
1
stepAICc
Dear R users,
Would it be difficult to change the code of stepAIC (from the MASS
library) to use AICc instead of AIC?
It would be great to know of someone has tried this already.
Best wishes
Christoph.
2001 Mar 28
4
efficiency and "forcing" questions
...unction(x)
{
#run pprfile once to get list of sum of squared errors corresponding to differen numbers of terms
pprfile.ppr <- ppr(
award~
ilogemp+ilogage+sdb+allsmall+
size2+size3+size4+size5+size6+size7+size8+size9+size10+
X.Iprimnaic.2+X.Iprimnaic.3+X.Iprimnaic.4+X.Iprimnaic.5+X.Iprimnaic.6+
X.Iprimnaic.7+X.Iprimnaic.8+X.Iprimnaic.9+X.Iprimnaic.10+X.Iprimnaic.11+
X.Iprimnaic.12+X.Iprimnaic.13+X.Iprimnaic.14+X.Iprimnaic.15+X.Iprimnaic.16+
X.Iprimnaic.17+X.Iprimnaic.18+X.Iprimnaic.19+X...