search for: vardesc

Displaying 7 results from an estimated 7 matches for "vardesc".

2005 Mar 17
1
Cross validation, one more time (hopefully the last)
...someone tell me if this function looks approximately correct? Thanks T ------------------------------------------------ logcv <- function(mdata, formula, rvar, fvar) { require(Hmisc) # sort by fold variable sorted <- mdata[order(mdata$fvar), ] # get fold values and count for each group vardesc <- describe(sorted$fvar)$values fvarlist <- as.integer(dimnames(vardesc)[[2]]) k <- length(fvarlist) countlist <- vardesc[1,1] for (i in 2:k) { countlist[i] <- vardesc[1,i] } n <- length(sorted$fvar) # fit to all the mdata fit.all <- glm(formula, sorted, family=binomial) pred....
2005 Mar 18
2
logistic model cross validation resolved
...39; # fvar is the fold variable, for example 'recordyear' logerrorest <- function(mdata, form, rvar, fvar) { require(Hmisc) require(ipred) # determine index of variables rpos <- match(rvar, names(mdata)) fpos <- match(fvar, names(mdata)) # get fold values and count for each group vardesc <- describe(mdata[[fpos]])$values fvarlist <- as.integer(dimnames(vardesc)[[2]]) k <- length(fvarlist) countlist <- vardesc[1,1] for (i in 2:k) { countlist[i] <- vardesc[1,i] } n <- length(mdata[[fpos]]) # get index list for each fold cc <- list() for (i in 1:k) { cc[[i]] &lt...
2007 Dec 10
1
Driver: apcsmart, SMART-UPS 2200, battery.runtime status information?
Hello, We have a APC SMART-UPS 2200 which gives the following status information: battery.alarm.threshold: 0 battery.charge: 089.0 battery.charge.restart: 00 battery.date: 01/10/04 battery.packs: 000 battery.runtime: 21180 battery.runtime.low: 120 battery.voltage: 52.95 battery.voltage.nominal: 048 driver.name: apcsmart driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ttyS0
2013 Apr 12
0
Wine release 1.5.28
...default value in AddFuncDesc. oleaut32: Add support of VT_USERDEFINED arguments with default value in AddFuncDesc. oleaut32: Don't add stdole2 import when TYPEFLAG_FDISPATCHABLE is set. oleaut32: Make typeinfo offsets table dynamic. oleaut32: Use MSFT_VarRecord to store VARDESC. oleaut32: Use MSFT_VarFunc to store FUNCDESC. winedump: Dump parameters default values in typelib. msvcrt: Add forwards to __pioinfo structure. Rico Sch?ller (1): winhlp32: Always open files as read only. Sam Edwards (6): wined3d: Make fullscreen windows use HWND_TO...
2020 Sep 25
0
Wine release 5.18
...picker. Jiangyi Chen (1): iphlpapi: Rename local variables shadowing the flags parameters. Kevin Puetz (6): rpcrt4: Fix ARM64 stack corruption in call_server_func. oleaut32/tests: Reformat test_dump_typelib. oleaut32/tests: Fix expect_wstr_acpval(...,NULL). widl: All VARDESC fields of TKIND_UNION should have oInst=0. oleaut32/tests: Cover GetVarDesc in test_dump_typelib. widl: Remove duplicate '\n\n' in midl_info_guid. Liam Middlebrook (1): winevulkan: Update to VK spec version 1.2.154. Martin Storsjo (1): ntdll: Implement __C_specific...
2013 Aug 30
0
Wine release 1.7.1
...oleaut32: Save typelib SYSKIND. oleaut32/tests: Add save/load tests for created typelibs. oleaut32/tests: Test all supported SYSKINDs. oleaut32: Correct version byte order. oleaut32: Run LayOut on typeinfos that require it before saving. oleaut32: Assign MEMBERIDs to vardescs without one. winmm: Increase mmdevapi buffer sizes. winecoreaudio.drv: Rewrite capture mode. dsound: For capture, use MMDevAPI event API instead of timers. oleaut32: Resize 32-bit typeinfos when loaded in 64-bit. oleaut32: Implement ICreateTypeInfo::SetTypeDescAlias....
2008 Sep 19
0
Wine release 1.1.5
...usici.h compile when it is included after winspool.h. include: Make exdisp.h compile when included after commdlg.h. include: Add DUMMYUNIONNAME to the anonymous union in the uSTGMEDIUM structure in objidl.idl. include: Add DUMMYUNIONNAME to unions in the _wireVARIANT, TYPEDESC and VARDESC structures in oaidl.idl. oleaut32: Fix a typo in VarTokenizeFormatString. include: Add explicit DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions in IDL files. widl: Don't automatically add DUMMYUNIONNAME and DUMMYSTRUCTNAME names to anonymous unions and structs. R...