search for: mel

Displaying 20 results from an estimated 327 matches for "mel".

Did you mean: me
2008 Jan 25
2
Help Me to Adjust the R Code
...;, works fine for Angelo Canty using R 2.6.0 on Windows XP. It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs. > library(boot) > library(survival) > set.seed(12345) > mel <- melanoma[melanoma$ulcer==1,] > mel$cens <- 1*(mel$status==1) > mel.cox <- coxph(Surv(time, status==1)~thickness, + data=mel) > mel.surv <- survfit(mel.cox) > mel.cens <- survfit(Surv(time-0.001*(status==1),status!=1)~1, + data=mel) > mel.fun <- func...
2008 Jan 26
0
Who can tell me how I adjust the R code for bootstrapping the Cox model?
..., works fine for Angelo Canty using R 2.6.0 on Windows XP. It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs. > library(boot) > library(survival) > set.seed(12345) > mel <- melanoma[melanoma$ulcer==1,] > mel$cens <- 1*(mel$status==1) > mel.cox <- coxph(Surv(time, status==1)~thickness, + data=mel) > mel.surv <- survfit(mel.cox) > mel.cens <- survfit(Surv(time-0.001*(status==1),status!=1)~1, + data=mel) > mel.fun <- func...
2008 Jan 25
0
Please help me
..., works fine for Angelo Canty using R 2.6.0 on Windows XP. It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs. > library(boot) > library(survival) > set.seed(12345) > mel <- melanoma[melanoma$ulcer==1,] > mel$cens <- 1*(mel$status==1) > mel.cox <- coxph(Surv(time, status==1)~thickness, + data=mel) > mel.surv <- survfit(mel.cox) > mel.cens <- survfit(Surv(time-0.001*(status==1),status!=1)~1, + data=mel) > mel.fun <- func...
2003 Apr 28
4
plot(pam.object) error with R-1.7.0 on Red-Hat 8.0 i686
I don't know if there is some fault in compiling or a bug of the new R-1.7.0 version: cl.pam.2 <- pam(as.dist(1-cor(mel.data)),2) plot(cl.pam.2) perform a right partitioning and silhouette plot on the old R-1.6.2 instead "Error in clusplot.default(x$diss,...... ; x is not numeric" is the output on the new R-1.7.0. Same platform: RH8.0 i686. Some suggestions? A.S. ----------------------------...
2008 Jan 26
1
(no subject)
..., works fine for Angelo Canty using R 2.6.0 on Windows XP. It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs. > library(boot) > library(survival) > set.seed(12345) > mel <- melanoma[melanoma$ulcer==1,] > mel$cens <- 1*(mel$status==1) > mel.cox <- coxph(Surv(time, status==1)~thickness, + data=mel) > mel.surv <- survfit(mel.cox) > mel.cens <- survfit(Surv(time-0.001*(status==1),status!=1)~1, + data=mel) > mel.fun <- func...
2008 Feb 19
4
Patch for Analog Devices compiler & fixed-point AGC
...u Nov 22 14:18:38 2007 @@ -51,15 +51,15 @@ FilterBank *filterbank_new(int banks, spx_word32_t sampling, int len, int type); -void filterbank_destroy(FilterBank *bank); +void filterbank_destroy(FilterBank *bnk); -void filterbank_compute_bank32(FilterBank *bank, spx_word32_t *ps, spx_word32_t *mel); +void filterbank_compute_bank32(FilterBank *bnk, spx_word32_t *ps, spx_word32_t *mel); -void filterbank_compute_psd16(FilterBank *bank, spx_word16_t *mel, spx_word16_t *psd); +void filterbank_compute_psd16(FilterBank *bnk, spx_word16_t *mel, spx_word16_t *psd); #ifndef FIXED_POINT -void filt...
2007 Oct 11
4
[RSpec] Question about using TextMate Bundle...
...the gem, then install the plugins into a project, then install the bundle before the bundle can work? I can run ''rake spec'' at the command line just fine; running the spec as a ruby file works too. I''d like to get the bundle working. Thanks Bundleless in Richmond VA (Mel) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071011/2b37dc4d/attachment.html
2007 Oct 13
3
[RSpec] Unexpected behavior using TextMate Bundle...
...work when I do the following: - Start TextMate - Open my project - Open my spec - Try to run spec and get an error While the following DOES work: - Open Terminal - Locate my project - Start TextMate via command line (mate .) - Open my spec - Try to run spec and it works Cheers, Mel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071012/85d854ae/attachment.html
2011 Feb 05
3
wbinfo ok, but getent nothing
...wbinfo -g will properly show all the users and groups ; but for some reasons, I can get getent with winbind to show any users... I've must have tried over 100 different configuration, read all the tutorials I could find ; I never got it to work :( smb.conf: [global] security = ADS workgroup = MEL realm = mel.domain.com wins server = ad.domain.com password server = ad.domain.com winbind uid = 1000 - 20000 winbind gid = 1000 - 20000 winbind enum users = Yes winbind enum groups = Yes winbind use default domain = Yes winbind refresh tickets = Yes winbind nested groups = No #winbind separator =...
2013 Sep 24
1
files on bricks but not on client
...project/: Invalid argument $ ls /projects/site/927/Volumes/zero/job/ZY/client_projects/site/58 ls: cannot access /projects/site/927/Volumes/zero/job/ZY/client_projects/site/58/project: Invalid argument project $ ls /projects/site/927/Volumes/zero/job/ZY/client_projects/site/58/project/ workspace.mel The directory doesn't show up at all, then eventually displays workspace.mel. On gluster01, via gluster client: $ ls /projects/site/927/Volumes/zero/job/ZY/client_projects/site/58/project/ workspace.mel Many more files were written to that directory. When I inspect the bricks I see them (...
2006 Jan 18
0
IAX2 between two * server not working
Can any one help? Thanks. we have two * servers (Version 1.2.1) and one 1.09 server. Calls between these two 1.2.1 servers have odd behavior. But call from 1.09 to 1.21 server working fine in either situations. See below pls: Local server iax.conf [tosyd] username=mel type=peer secret=xxxx host=198.168.2.66 remote server iax.conf [mel] type=user secret=xxxx host=198.168.2.67 context=from-internal Working situation: Extension.conf exten => _71XX,1,Dial(IAX2/mel:xxxx@192.168.2.66/${EXTEN}@from-internal,30,tr) failure situation: exte...
2019 Jun 16
4
NOUVEAU_LEGACY_CTX_SUPPORT Fan Speed
...en v5.0..v5.1 which would account for this. Could have been a subtle change to the i2c logic somewhere. The fastest way to identify the problem would be to do a bisect on the kernel to identify the commit that caused this. There are many guides for this online. On Sat, Jun 15, 2019 at 12:17 PM Mar Mel <marmel6942 at yahoo.com> wrote: > Unfortunately, even with this change now reverted in kernel 5.1.10, the > fan speed issue persists. > > If someone could point me in the direction of a relevant commit(s) I'll > happily file a bug report. > > On Thursday, June 13, 2...
2007 Apr 08
2
Dovecot 1.0rc30 message ownership set as root mail
...When messages arrive, they are placed in the correct user directory, but the ownership for individual messages is set to root and the group set to mail. This prevents these messages from being displayed in my client. The error message logged is as follows: dovecot: Apr 08 13:11:08 Error: IMAP(mel): open(/home/mel/Maildir/cur/_d2F.eyKGGB.mjolnir:2,) failed: Permission denied The file permissions for the message are as follows: -rw------- 1 root mail 1805 2007-04-08 13:02 _AqG.VxTGGB.mjolnir:2, I also noticed that the log file in the root Maildir also has the same ownership assigned (no...
2008 May 23
3
Have you used the Rails SaaS kit?
...ave any of you actually bought & used the Rails SaaS kit? I am considering getting it to skip building out the admin & billing parts but I wanna get feedback from someone who has actually used it. Would you recommend getting the kit? Would you rather get a refund and built it yourself? ~ mel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send e...
2000 Nov 26
2
References for the BARK/MEL stuff
Could someone point me to the BARK/MEL tables that these macros (from vorbis/scales.h) are trying to approximate? #define toBARK(f) (13.1*atan(.00074*(f))+2.24*atan((f)*(f)*1.85e-8)+1e-4*(f)) #define fromBARK(z) (102.*(z)-2.*pow(z,2.)+.4*pow(z,3)+pow(1.46,z)-1.) #define toMEL(f) (log(1.+(f)*.001)*1442.695) #define fromMEL(m) (100...
2019 Jun 22
2
NOUVEAU_LEGACY_CTX_SUPPORT Fan Speed
...ount for > this. Could have been a subtle change to the i2c logic somewhere. The > fastest way to identify the problem would be to do a bisect on the kernel > to identify the commit that caused this. There are many guides for this > online. > > On Sat, Jun 15, 2019 at 12:17 PM Mar Mel <marmel6942 at yahoo.com> wrote: > > Unfortunately, even with this change now reverted in kernel 5.1.10, the > fan speed issue persists. > > If someone could point me in the direction of a relevant commit(s) I'll > happily file a bug report. > > On Thursday, June 1...
2019 Jun 25
1
NOUVEAU_LEGACY_CTX_SUPPORT Fan Speed
...lem statement, that reverting the commit in question fixes it, the lspci output) and additionally, your VBIOS. You can obtain this with nouveau loaded by doing cp /sys/kernel/debug/dri/0/vbios.rom /tmp This will help centralize all the info. Thanks, -ilia On Sun, Jun 23, 2019 at 12:34 AM Mar Mel <marmel6942 at yahoo.com> wrote: > Sure: > > $ lspci -nn -d 10de: > 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT200 > [GeForce GTX 260] [10de:05e2] (rev a1) > > > On Saturday, June 22, 2019, 2:19:31 PM EDT, Ilia Mirkin < > imirkin at alum.mit....
2011 Jun 30
2
Limit SSH access for users from defined source address
...39;m unable to login and in /var/log/secure is this log --attached-- .ssh directory and authorized_keys have permissions 600 I know that it is more related to PAM modules, but I hope that somebody of you can help me more then PAM developers. Thank you for any feedback! Best regards, ? Martin ?mel?k http://www.security-portal.cz http://www.securix.org Contact me: martin.cmelik at gmail.com Save a tree - kill a beaver
2015 Jul 29
2
[PATCH 0/4] enable migration of driver pages
On Wed, Jul 29, 2015 at 12:55:54PM +0200, Daniel Vetter wrote: > On Wed, Jul 29, 2015 at 11:49:45AM +0100, Mel Gorman wrote: > > On Mon, Jul 13, 2015 at 05:35:15PM +0900, Gioh Kim wrote: > > > My ARM-based platform occured severe fragmentation problem after long-term > > > (several days) test. Sometimes even order-3 page allocation failed. It has > > > memory size 512MB ~ 10...
2015 Jul 29
2
[PATCH 0/4] enable migration of driver pages
On Wed, Jul 29, 2015 at 12:55:54PM +0200, Daniel Vetter wrote: > On Wed, Jul 29, 2015 at 11:49:45AM +0100, Mel Gorman wrote: > > On Mon, Jul 13, 2015 at 05:35:15PM +0900, Gioh Kim wrote: > > > My ARM-based platform occured severe fragmentation problem after long-term > > > (several days) test. Sometimes even order-3 page allocation failed. It has > > > memory size 512MB ~ 10...