Displaying 20 results from an estimated 409 matches for "sic".
Did you mean:
sec
2017 Feb 27
2
LLVM social in Sweden?
...;m thinking of leaving this up for a week or so before deciding
something, but if you need to know sooner please say so.
Also, any suggestions for venues are appreciated!
Thanks,
Diana
[1] http://doodle.com/poll/cfp7i7x98ad82h88
On 23 February 2017 at 11:58, Roberto Castañeda Lozano <rcas at sics.se> wrote:
> On 2017-02-17 13:26, Diana Picus via llvm-dev wrote:
>>
>> Hey,
>>
>> Anyone interested in organizing a meetup in Sweden? I'm based in
>> Stockholm, but I don't mind traveling around on a weekend if people
>> prefer to gather elsewhere...
2007 Sep 04
2
Table and ftable
Dear listmembers,
I have a little question: I have my data organized as follow
sic level area
a 211 2.4
b 311 2.3
b 322 0.2
b 322 0.5
c 100 3.0
c 100 1.5
c 242 1.5
d 222 0.2
where levels and sics are factors. I'm trying to obtain a matrix like this:
level
211 311 322 100 242 222
sic
a 2...
2004 Jul 01
3
BIC vz SBIC vz SIC
DeaRs,
I have a doubt about:
BIC (Bayesian Information Criterion)
SBIC (Schwartz Bayesian Informarion Criterion)
SIC (Schwartz Information Criterion)
In many references these are know as the same (eg. stepAIC() function) but I
just found a SAS8.2 output that show either the BIC and SIC values for a
logistic regression.. simillary values but different.
1) question: What are the differences?
2) question: alwasy...
2009 Nov 18
2
Median on Aggregated data
...uestion is, is there a simple way to do the same thing in R? I
have to run this on a large dataset -- for a small set it is not a
problem.
---------------------- Begin R code ------------------------------------
N <- 1005 * 14;
myNorm <- data.frame(PaydexNormingCategory = numeric(N),
SIC = numeric(N), CatMedian = numeric(N));
k=1;
#j = 7941; ## For testing only
for (j in levels(SIC)){
for (i in levels(PaydexNormingCategory)){
myData <- dfpaydex[(Paydex==i) & (SIC==j),];
myMedian <- with(myData, levels(Paydex)[median(rep(as.numeric(Paydex),
Counts))]);
myNorm[k] <...
2003 Mar 17
2
scoping rules; summary
...red to genetic bandsharing data for
possums, eg
coates.female.pouchyoung.allbands.method5
and
huapai.young.male.sibling.relatedness.method3
and
huapai.old.female.nonsibling.relatedness.justdarkbands.method1
ad nauseum...hence the need for shorter example variable names!]
ll1 <- 2 #sic
increment <- function(x)
{
l11 <- 1 #sic
return(x+ll1) #sic; deliberate bug here (sic)
}
--
Robin Hankin, Lecturer,
School of Geography and Environmental Science
Tamaki Campus
Private Bag 92019 Auckland
New Zealand
r.hankin at auckland.ac.nz
tel 0064-9-373-7599 x6820; FA...
2013 Dec 04
3
Ubuntu packages and broken link in docs
Hi,
Two things:
1. Does anyone know of a good PPA with updated packages of Dovecot for
Ubuntu? "For the latest Dovecot for latest Ubuntu LTS see Xiaoka APT
Repository. (Outdated. Could someone provide a ppa for latest stable
Dovecot, please?)"
2. On the http://wiki2.dovecot.org/PrebuiltBinaries#Ubuntu page there
is a link to a supposedly outdated PPA, the ppa page now redirects to
2012 Mar 03
1
Problem running stepAIC within a function.
...weights)
(variable 4) is 4271 != length of others (4278)
I got the function to output the length of the dataset and weights, which
were both 4271.
When I remove "weights=w" from the code. StepAIC start's running, but then I
get the following error:
Problem in stepAIC(lm(new ~ -1 + SIC3 + emp, data =..: number of rows in use
has changed: remove missing values?
I checked the data for missing values and there are none.
I can't understand why the code works fine on it's own, but not in a
function.
--------------------------------
#Mean imp and results
regimp <-
fu...
2017 Feb 17
4
LLVM social in Sweden?
Hey,
Anyone interested in organizing a meetup in Sweden? I'm based in
Stockholm, but I don't mind traveling around on a weekend if people
prefer to gather elsewhere.
Cheers,
Diana
2007 Jan 02
3
Revised - Revised 2005 proposal for meta-data
Happy new year!
This is the revised revised proposal:
http://maruku.rubyforge.org/proposal.md
http://maruku.rubyforge.org/proposal.html
http://maruku.rubyforge.org/proposal.pdf
I wait for comments.
--
Andrea Censi
"Life is too important to be taken seriously" (Oscar Wilde)
Web: http://www.dis.uniroma1.it/~censi
2013 Oct 04
2
Again about encoding speed of different compiles
..._coefficients_wide(const FLAC__int32 * __restrict data,
unsigned data_len, const FLAC__int32 * __restrict qlp_coeff, unsigned order,
int lp_quantization, FLAC__int32 * __restrict residual)
Encoding time, in seconds:
GCC 32-bit: 180 (16% speedup)
ICC 32-bit: 121 (7.5%)
VS10 32-bit: 439 (sic!)
VS12 32-bit: 440 (sic!)
GCC 64-bit: 72.8 (9%)
ICC 64-bit: 75.0 (8%)
VS10 64-bit: 75.7 (7%)
VS12 64-bit: 77.7 (7%)
Also I wonder what other functions can also benefit from `restrict' keyword?..
2008 Jul 21
2
CART and CHAID
Can I say that RPART is a modified algo of CART and PARTY a modified of
CHAID?
Thanks.
----
Chua Siang Li
Consultant - Operations Research
Acceval Pte Ltd
Tel: 6297 8740
Email: siang.li.chua at acceval-intl.com
Website: www.acceval-intl.com
This message and any attachments (the "message"...{{dropped:12}}
2008 Dec 30
1
extend summary.lm for hccm?
Hi!
I am trying to estimate Engel curves using a big sample (>42,000) using lm and
taking heteroskedasticity into account by using the summaryHCCM posted here by
John Fox (Mon Dec 25 16:01:59 CET 2006).
Having used the SIC (with MASS stepAIC) to determine how many powers to use I
estimate the model:
> # =========================================
> summary.lm(fit.lm.5)
Call:
lm(formula = energyshare ~ 1 + I(x.log) + I(x.log^2) + I(x.log^3) +
I(x.log^4) + I(x.log^5), data = ev)
Residuals:
Min 1...
2005 Jan 13
3
TDM04B vs Dell revisited
Hi,
A week or so ago I wrote about the problems I was having using a Digium TDM04B
card in a Dell PowerEdge 750 IU running Fedora Core 1. Digium steadfastly
indicates
their card won't work in any PowerEdge 650, 700 and 750 series machines "do
(sic)
to a failure in interrupt handling between the pci bus and the card."
My question to the list is: for those of you using a TDM04B card, can you
recommend a vendor/model of hardware to replace the Dell? I need it to
be rack-mountable and, of course, to work well with *, preferably on FC 1.
T...
2017 May 01
2
SSH1 deleted
Hi,
I just deleted SSHv1 support in OpenBSD and portable OpenSSH. There's
probably a little dead code still to be expunged, but all user-visible
functionality and the bulk of the supporting infrastructure is gone.
Sic transit gloria mundi.
-d
2005 Jun 29
2
comparison of packages for Unit Root test
Dear R Users,
Could somebody please compare the packages of unit root test ( Uroot, Ucra, tseries and fseries ) regarding the type of test ( without constant and trend, with constant , and with constant and trend ) ?
Regards,
Amir Safari
---------------------------------
Rekindle the Rivalries. Sign up for Fantasy Football
[[alternative HTML version deleted]]
2005 Aug 08
1
Help with "non-integer #successes in a binomial glm"
....
Could anyone give me some hint? Thanks a lot!
FYI, I have posted both regressions (with and without
weights) below.
Ed
> setwd("P:/Work in Progress/Haibo/Hans")
>
> Lease=read.csv("lease.csv", header=TRUE)
> Lease$ET <- factor(Lease$EarlyTermination)
> SICCode=factor(Lease$SIC.Code)
> Lease$TO=factor(Lease$TenantHasOption)
> Lease$LO=factor(Lease$LandlordHasOption)
> Lease$TEO=factor(Lease$TenantExercisedOption)
>
> RegA=glm(ET~1+TO,
+ family=binomial(link=logit), data=Lease)
> summary(RegA)
Call:
glm(formula = ET ~ 1 + TO, famil...
2020 Apr 08
2
alternatives for imapproxy
...System debian 8.11 and dovecot-2.2.36.4 My webmail is roundcube with
imapproxy.
I have one problem.
My dovecot servers is are in a cluster with keepalived like:
dovecot1----VIP-IP--------dovecot2
All works fine
I have a problem with imapproxy when a server dovecot1 had a problem
(kernel panic sic!)
Keepalived works perfecty and moved VIP to dovecot2 - all works fine for
normal users
but imapproxy gave a timeout and webmail clinet cannot connect
what do you recommend alternative to imapproxy ?
I use imapproxy because is fast ...
2017 Jan 10
2
[PATCHish] IfConversion; lost edges for some diamonds
On Tue, Jan 10, 2017 at 2:31 AM, Peter A Jonsson <pj at sics.se> wrote:
> Hi Kyle,
>
> my apologies for mailing you directly but it seems new user creation is
> disabled on the llvm bugzilla.
>
> We sometime lose edges during IfConversion of diamonds and it’s not
> obvious how to reproduce on an upstream target. The documentation fo...
2005 Aug 03
4
R CMD build error
Dear list,
I try to update the prabclus package.
R CMD check works nicely, no warnings, good results in all tests.
However, building the package fails:
ginkgo:/disk5/home/chrish/RAusw/libsrc R CMD build prabclus
* checking for file 'prabclus/DESCRIPTION' ... OK
* preparing 'prabclus':
* checking whether 'INDEX' is up-to-date ... OK
* removing junk files
* building
2006 Apr 12
2
vim 7 ruby omni-complete v0.2
...= Time.now
b = [0..2]
c = [''a'',''b'']
d = {:a=>''test'',:b=>''this''}
sorry, no "e = c" yet. You can find the file at:
http://blog.hasno.info/blog/segfault/dev/2006/04/10/vim-7-ruby-omni-completion.html
--mark
--
sic transit gloria et adulescentia
blog | http://blog.hasno.info/blog
wiki | http://wiki.hasno.info