search for: parameter3

Displaying 3 results from an estimated 3 matches for "parameter3".

Did you mean: parameters
2006 Oct 05
2
A statement over multiple lines (i.e. the ... feature in Matlab)
...Some functions I have written require many parameters, and so do not fit nicely into an 80 column width display. This is usually avoided, by spreading that particular statement over a few lines. This is something that I do in Matlab with the following: myFunc( parameter1, ... parameter2, ... parameter3, ... parameter4) The ... operator in Matlab allows me to spread a statement over several lines. The ... operator in R seems to be more like the ... operator in C, which allows for a variable argument list. How do I accomplish this task in R? It's not a show stopper, but it would make r...
2002 Nov 09
2
Nonlinear regression and categories
...eter estimates of the equation for each observation (as opposed to running them one at a time -- I have several million I need to do). Is there a way to get R to run a nonlinear regression based on the above or similar data structure, and return a database of ObservationID, parameter1, parameter2, parameter3 for each observation? Thanks! --j -- Jonathan Greenberg Graduate Group in Ecology, U.C. Davis http://www.cstars.ucdavis.edu/~jongreen http://www.cstars.ucdavis.edu AIM: jgrn307 or jgrn3007 MSN: jgrn307 at msn.com or jgrn3007 at msn.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2009 Aug 28
64
[PATCH 2/2] graphics passthrough with VT-d
This patch supports basic gfx passthrough on QEMU: - disable emulated VGA adpater if there is passthroughed gfx - register/unregister legacy VGA I/O ports and MMIOs for passthroughed gfx Signed-off-by: Ben Lin <ben.y.lin@intel.com> Signed-off-by: Weidong Han <weidong.han@intel.com> _______________________________________________ Xen-devel mailing list