FW: Type III Sum of Squares Calculation
0
0
Entering edit mode
Man, Michael ▴ 80
@man-michael-95
Last seen 9.7 years ago
Andy, thanks. -michael -----Original Message----- From: Liaw, Andy [mailto:andy_liaw@merck.com] Sent: Thursday, October 23, 2003 11:05 AM To: 'Man, Michael' Subject: RE: [BioC] Type III Sum of Squares Calculation Hi Michael, > Yes, you can use either Perl or R to do automate the task. > The key is to get your data in the right format. Use apply() > when you need do large number of loops because it will save > the computing time. Just want to mention that apply() uses a for() loop, so cannot be faster than a for loop. lapply() does use C level for loop, so is fast. sapply() and tapply() both call lapply(), so are fast as well. Best, Andy LEGAL NOTICE\ Unless expressly stated otherwise, this messag...{{dropped}}
• 645 views
ADD COMMENT

Login before adding your answer.

Traffic: 468 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6