search for: hku

Displaying 20 results from an estimated 71 matches for "hku".

Did you mean: hkp
1998 Feb 25
1
R-beta: Mac version
...of potential bugfixers. (I saw something about the PWB being available freely from Apple now). I'll Cc: this one to R-devel too. If anyone there who actually know what they're talking about (as opposed to me) re. Macs have anything to add, please do. --------- John Bacon-Shone <johnbs@hku.hk> writes: > >Seriously speaking, yes, we really should get around to getting the > >Mac version up to date. Volunteers? > > What needs to be done? Create an up-to-date CodeWarrior project, or do coding? > > John > > Dr John Bacon-Shone, Director, Social Scien...
2013 Sep 02
5
[BUG] unfairness in Xen's credit scheduler
...... } Particularly, [prv->credits_per_tslice] is very important to maintain the *fairness* of credit allocation in csched_acct(). This bug has been there since Xen-4.2.0. Thanks, CHENG Luwei -- PhD student Department of Computer Science The University of Hong Kong Homepage: http://www.cs.hku.hk/~lwcheng
2007 Oct 01
2
How do I modify registry: Hk user?
...o display "mixed content". Which is basically asking if you want to display some http in a https site. I have found the solution, (besides having a user go into IE's tools / privacy / custom settings / enable mix content) - with a registry entry. However, the registry entry goes to: HKU\S-1-5-21-3760584470-222371490-3023398101-1005\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\1609: 0x00000001 as in H Key Users \ sid. Since we don't have any windows AD, how could I push out a registry entry that would identify a user's long string account? Or, if th...
2005 Sep 29
2
how to fix the level-1 variances in lme()?
...known values in lme(). Thanks in advance! Best, Mike -- --------------------------------------------------------------------- Mike W.L. Cheung Phone: (852) 2857-8621 Department of Psychology Fax: (852) 2858-3518 The University of Hong Kong E-mail: mikewlcheung at hku.hk HONG KONG Website: http://web.hku.hk/~mikewlch
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
1998 Feb 24
3
R-beta: qr(A)$rank
I would like to find the rank of a matrix using R. Looking through a list of commands it seems that the command qr should do the job. Checking a simple example gave me the wrong answer. Here is the example: > A <- c(1,2,3,4,5,6) > A <- matrix(A, nrow=2, ncol=3) > A [,1] [,2] [,3] [1,] 1 3 5 [2,] 2 4 6 > qr(A)$rank [1] 3 The correct answer is two. I
2004 Apr 08
1
printing dead
Dear All, I am running Samba3.0.2a Domain. For some unknown reason, the printing ( 3 laserjets running) were mal-function and no-one included the admin account couldn't send out the print job. While I went through the log, I have found the following: (FYI: I am running lprng for the printing) Apr 7 23:00:15 samba3 smbd[12330]: [2004/04/07 23:00:15, 0] tdb/tdbutil.c:tdb_log(724) Apr 7
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
> From: Prof Brian Ripley > > We do have alpha/beta test periods for new releases of R, so > would anyone > who did test AIX please confirm that they did succeed. (No > one reported > an error, including yourself: are any AIX users interested in helping > having R available for AIX?) It is much better to have such reports > during alpha test, or at least beta
2017 Feb 14
2
Re: [PATCH 2/2] lib: allow to walk registry with corrupted blocks
...* _hivex_get_children - similiarly, if the's invalid subkey, just skip > it instead of failing so one can continue to browse other valid > subkeys. > > The above is similar to the behavior to Windows regedit where one can > load such corrupted hives with e.g. "reg load HKU\Corrupted" and > browse/change it despite some keys might be missing. > --- > lib/handle.c | 13 +++++++++---- > lib/node.c | 11 +++++------ > 2 files changed, 14 insertions(+), 10 deletions(-) > > diff --git a/lib/handle.c b/lib/handle.c > index 1e122ea..9be3b5f 1...
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote: > > Dear all, > > I am using the pls package of R to perform partial least square on a set of > multivariate data. Instead of fitting a linear model, I want to fit my > data with a quadratic function with interaction terms. But I am not sure > how. I will use...
2017 Jul 13
4
Quadratic function with interaction terms for the PLS fitting model?
...ng along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius <dwinsemius at comcast.net> wrote: > >> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote: >> >> Dear all, >> >> I am using the pls package of R to perform partial least square on a set of >> multivariate data. Instead of fitting a linear model, I want to fit my >> data with a quadratic function with interaction terms. But I am not sure...
2005 Feb 24
2
a question about function eval()
Hi, I have a question about the usage of eval(). Wonder if any experienced user can help me out of it. I use eval() in the following function: semireg.pwl <- function(coef.s=rnorm(1),coef.a=rnorm(1),knots.pos=knots.x,knots.ini.val=knots.val){ knotn <- length(knots.pos) def.par.env <- sys.frame(1) print(def.par.env) print(environment(coef.s)) tg <- eval( (parse(text=
2017 Jul 13
2
Quadratic function with interaction terms for the PLS fitting model?
Dear all, I am using the pls package of R to perform partial least square on a set of multivariate data. Instead of fitting a linear model, I want to fit my data with a quadratic function with interaction terms. But I am not sure how. I will use an example to illustrate my problem: Following the example in the PLS manual: ## Read data data(gasoline) gasTrain <- gasoline[1:50,] ## Perform
2017 Feb 08
4
[PATCH 0/2] hivex: handle corrupted hives better
Hello, The following patches address issues when dealing with hives that have corrupted data in them but are otherwise readable/writable. Those were found on some rather rare Windows installations that seem to work fine but current hivex fails to even open. Those patches change hivex to simply log and ignore such "corrupted" regions instead of aborting because the caller might be
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
...it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius > <dwinsemius at comcast.net> wrote: >> >>> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote: >>> >>> Dear all, >>> >>> I am using the pls package of R to perform partial least square on a set of >>> multivariate data. Instead of fitting a linear model, I want to fit my >>> data with a quadratic function with interaction...
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
...it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Thu, Jul 13, 2017 at 10:15 AM, David Winsemius > <dwinsemius at comcast.net> wrote: >> >>> On Jul 12, 2017, at 6:58 PM, Ng, Kelvin Sai-cheong <kscng at connect.hku.hk> wrote: >>> >>> Dear all, >>> >>> I am using the pls package of R to perform partial least square on a set of >>> multivariate data. Instead of fitting a linear model, I want to fit my >>> data with a quadratic function with interaction...
2017 Feb 08
0
[PATCH 2/2] lib: allow to walk registry with corrupted blocks
...e perfectly accessible. * _hivex_get_children - similiarly, if the's invalid subkey, just skip it instead of failing so one can continue to browse other valid subkeys. The above is similar to the behavior to Windows regedit where one can load such corrupted hives with e.g. "reg load HKU\Corrupted" and browse/change it despite some keys might be missing. --- lib/handle.c | 13 +++++++++---- lib/node.c | 11 +++++------ 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/lib/handle.c b/lib/handle.c index 1e122ea..9be3b5f 100644 --- a/lib/handle.c +++ b/lib/handl...
2017 Mar 29
0
cannot login to imap under load
Could it be that dovecot is being started from a container ? ? -- Yassine On Wednesday, March 29, 2017 12:08 PM, Gerard Ranke <gerard.ranke at hku.nl> wrote: Hi Steffen, On 29-03-17 12:38, Steffen Kaiser wrote: > On Tue, 28 Mar 2017, Gerard Ranke wrote: > >> dovecot: master: Error: service(imap): fork() failed: Resource >> temporarily unavailable >> dovecot: master: Error: service(imap): command startup failed...
2004 Dec 16
2
partial linear model
Dear all, Are there any packages can estimate the partial linear model. Or any one can give me any suggestions. Many thanks in advance. Jin
2010 Sep 09
1
Emacs function argument hints
Hi I've recently started using Emacs as my text editor for writing R script. I am looking for a feature which I have seen on the standard R text editor for Mac OS. In the Mac OS editor when you start typing a function, the possible arguments for that function appear at the bottom of the window. E.g. if you type "table( " before you finish typing you can see at the bottom of the