search for: disclim

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

Did you mean: disclaim
2005 Jan 07
1
WineTools 2.1.0 released
...is released. Changes are: - DC++ included - DependencyWalker included - PostgreSQL ODBC driver - DBCrab with BDE 5.1.1 - BDE 5.1.1 English Update - IE6 starts without ICW now - Editing the config can now be aborted without deleting it - Lauge is working again (reinstall, please) - Legal notice and disclimer - Typograf in english also - Visual C++ run-time in english You can download it at the well known place at http://www.von-thadden.de/Joachim/WineTools/. WineTools is an menu driven installer for installing Windows programs under wine. This software lets you install Windows software for Linux un...
2012 May 12
2
Why can we combine design matrix and data-frame in R?
..., "Minority", "Sex", "SES", "MathAch", "MEANSES") head(MathAchieve) MathAchSchool <- read.table("mathachschool.txt") colnames(MathAchSchool) <- c("School", "Size", "Sector", "PRACAD", "DISCLIM", "HIMINTY", "MEANSES") MathScores <- merge(MathAchieve, MathAchSchool, by = "School") lm1 = lm(MathAch ~ SES + factor(Sector) , MathScores) X=model.matrix(MathAch ~ SES+factor(Sector) , MathScores) y=MathScores$MathAch tmp=MathScores tmp$y=y tmp$X=X lm1x...
2003 Jun 25
3
joining columns as in a relational database
In our recent workshop on "Multilevel Modeling in R" we discussed handling data for multilevel modeling. An classic example of such data are test scores of students grouped into schools. We may wish to model the scores as functions of both student-level covariates and school-level covariates. Such data are often organized in a multi-table format with a separate table for each level of