search for: moaing

Displaying 4 results from an estimated 4 matches for "moaing".

Did you mean: moaning
2008 Aug 19
1
Command and Conquer 3 -issues
Ok, not sure why this is happening, havent updated wine or made any changes to cause this issue... Starting moaing about msvcr80.dll So i decided to un-install CNC3 and re-install... it reckons it un-installed it, but hasnt, now if i try to install it - it only gives me remove or modify... Removing again doesnt work, and neither does modifying.. How can i fix this so i can reinstall it..??
2008 Mar 17
1
how to get access to C++ Objects
In the "Writing R Extensions" manual appears this example, to get access to C++ function using the R commands: R> dyn.load(paste("X", .Platform$dynlib.ext, sep = "")) constructor Y R> .C("X_main") constructor X destructor X list() That gives me access to the function "X_main", but how to get access to methods and properties
2009 Mar 16
0
Flac-1.2.1 compile error fixed
Hey Group; This is to let you know that on SuSE 11.0 with gcc 4.3.1 memcmp fails to work due to a lack of string.h in a file main. Found in examples/cpp/encode/file/main.cpp Adding "#include <string.h>" fixed it -- 73 de Donn Washburn 307 Savoy Street Email:" n5xwb at windstream.net " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : "
2010 Nov 12
3
predict.coxph
Since I read the list in digest form (and was out ill yesterday) I'm late to the discussion. There are 3 steps for predicting survival, using a Cox model: 1. Fit the data fit <- coxph(Surv(time, status) ~ age + ph.ecog, data=lung) The biggest question to answer here is what covariates you wish to base the prediction on. There is the usual tradeoff between too few (leave out something