search for: tform

Displaying 11 results from an estimated 11 matches for "tform".

Did you mean: form
2011 Nov 15
1
Borland C++ Builder TForm->Show() problem
Hello, all! My program is written on Borland C Builder 6 Not properly method TForm-> Show () works; And on operational system Ubunto 10.10 it works properly, and already in Ubuntu 11.10 method TForm-> Show () works not properly. Elements of a window receive focus of input from the keyboard, and the window remains not active! The heading of a window and is not painted in co...
2000 Sep 19
1
Re: more experience with formulas
>>>>> "WSt" == Werner Stahel <stahel@stat.math.ethz.ch> writes: [to me privately] WSt> I do not want to call this a bug, but it bugged me. Please try the WSt> following: WSt> tform <- sqrt(RADAI) ~ sqrt(RADAI.e) + TAGE.ej + SPITAL + ARZT + DAS28 + WSt> SJC + TJC + DGA + HAQ + PGA + PAIN + YEAR.SYM + YEAR.DIA + WSt> ALTER + IndV + m.NSAIDs + m.Stereoids + DM.Cyclosp + DM.Penic WSt> WSt> as.character(tform) --> length-3 vector "~" &...
2015 Nov 06
0
Puzzled by eval
...llows > # subset and na.action to be applied in the usual way. > index <- match(c("data", "subset", "na.action"), names(Call), nomatch=0) > temp <- Call[c(1, index)] > temp[[1]] <- as.name("model.frame") > tform <- "~ id" > if (length(date1) > 1 && is.name(Call$date1)) > tform <- paste(tform, "+", as.character(Call$date1)) > if (length(date2) > 1 && is.name(Call$date2)) > tform <- paste(tform, "+", as.c...
2015 Nov 06
4
Puzzled by eval
...length greater than 1. This allows # subset and na.action to be applied in the usual way. index <- match(c("data", "subset", "na.action"), names(Call), nomatch=0) temp <- Call[c(1, index)] temp[[1]] <- as.name("model.frame") tform <- "~ id" if (length(date1) > 1 && is.name(Call$date1)) tform <- paste(tform, "+", as.character(Call$date1)) if (length(date2) > 1 && is.name(Call$date2)) tform <- paste(tform, "+", as.character(Call$date2))...
2010 Nov 11
3
Evaluation puzzle
...;- m[c(1, match(c('formula', 'data', 'weights', 'subset', 'na.action'), names(m), nomatch=0))] m[[1]] <- as.name("model.frame") # Add in the ratetable variables varlist <- attr(ratetable, 'dimid') tform <- paste(deparse(formula), paste(varlist, collapse='+'), sep='+') m$formula <- tform print(m) print(ls(parent.frame())) mf <- eval(m, parent.frame()) names(mf) } Here is the test data tdata <- data.frame(age= c(12, 24, 36)*365.25, sex=c(1,...
2009 Dec 22
1
gluster storage platform on citrix xenserver
Dear list, im searching for a gluster storage platform installation howto as a guest of citrix xenserver. the documentation is not ready yet, but does anybody have an idea of useing the img file as an "iso"? http://gluster.com/community/documentation/index.php/Gluster_Storage_Pla tform#Download_Gluster_Storage_Platform_3.0 regards from aust...
2008 Apr 15
1
problems with skipping server-excluded files with rsync 2.6.6
...r/run/ifxclm-rsync-incl-drb exclude = * The include file (/var/run/ifxclm-rsync-incl-drb) looks like: - .ssh - .kde - .history - .bash_history - .LogGetan - .viminfo - .vimscripts - *.swp - /project/drb/src - /project/drb/logbuch - /project/drb/.Log* /project /project/drb /project/drb/** /project/tform /project/tform/** /usr /usr/lib /usr/lib/tfmac /usr/lib/tfmac/** The rsync server is called as follows: /usr/bin/rsync --daemon --port=874 --config=/var/run/ifxclm-rsyncd.conf The client is called as follows: /usr/bin/rsync -aH --port=874 --delete -b --suffix=.ifxclm -v --include-from=/var/run/if...
2019 Oct 04
0
Error in [.terms
...y survival code.? At the useR conference I promised you a detailed (readable) explanation, and have been lax in getting it to you. The error was first pointed out in a bugzilla note from 2016, by the way.? The current survival code works around these. Consider the following formula: <<testform>>= library(survival)? # only to get access to the lung data set test <- Surv(time, status) ~? age + offset(ph.ecog) + strata(inst) tform <- terms(test, specials="strata") mf <- model.frame(tform, data=lung) mterm <- terms(mf) @ The strata term is handled in a special wa...
2015 Jun 15
2
Different behavior of model.matrix between R 3.2 and R3.1.1
...As I indicated to you earlier, the coxph code removes the > strata() columns after creating X because I found it easier to correctly > create the assign attribute. > > Can you create a worked example? > > require(survival) > testfun <- function(formula, data) { > tform <- terms(formula, specials="strata") > mf <- model.frame(tform, data) > > terms2 <- terms(mf) > strat <- untangle.specials(terms2, "strata") > if (length(strat$terms)) terms2 <- terms2[-strat$terms] > X <- model.matrix...
2015 Jun 15
2
Different behavior of model.matrix between R 3.2 and R3.1.1
...As I indicated to you earlier, the coxph code removes the > strata() columns after creating X because I found it easier to correctly > create the assign attribute. > > Can you create a worked example? > > require(survival) > testfun <- function(formula, data) { > tform <- terms(formula, specials="strata") > mf <- model.frame(tform, data) > > terms2 <- terms(mf) > strat <- untangle.specials(terms2, "strata") > if (length(strat$terms)) terms2 <- terms2[-strat$terms] > X <- model.matrix...
2009 Feb 20
2
OLEDB not work !
Hi everybody I have a program , it work good under window98 / 2000 /xp . It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 . with wine it do not work. I set up mdac 2.8 sp1 , no change by google , i found too many program can not work (oledb not support) can anybody help me ?