similar to: Table Construction from calculations

Displaying 20 results from an estimated 700 matches similar to: "Table Construction from calculations"

2004 Nov 28
1
lm help: using lm when one point is known (not y intercept)
Hello- My question is a short one. How can I specify a single point which through the fitted linear model has to go through? To illustrate my problem, the fit to following data must go through the point (-37.25(effect), 50(prob)). Note: you can ignore the label column. Effect Prob Label 1 -1143.75 7.142857 L 2 -572.75 21.428571 D 3 -223.75 35.714286 GL 4 123.25
2008 Feb 23
1
Bimodal deconvolution
Hi Everyone- After searching through posts and my favorite R-help websites I'm still confused about a problem. I have data which is bimodal in nature, but there is no clearly obvious separation between the two peaks. In programs such as Origin, I can deconvolute the two distributions and have it generate a "best guess" as to what the two subpopulations are which make up my
2019 Oct 15
4
Wasm, start function, and default globals
Apologies if there is a better forum for these questions. Please redirect me if so. I’ve been using the clang/wasm-ld tools to experiment with some basic examples, and there’s a couple things I’m wrestling with. 1) How to denote a function as the “start” function (https://webassembly.github.io/spec/core/binary/modules.html#start-section) 2) How to avoid the defaulted __heap_base global. I’ve
2006 Jun 11
0
Application construction issue (conceptual)
I was wondering if someone can give me some assistance in approaching this issue: First, the background: I have an app that i originally did in PHP that I''m redoing in Rails. It can be used by multiple clients that have no relation to each other. The client information is in a database and is determined by the hostname. Clients then have several users related by client_id. The
2006 Apr 01
3
has_and_belongs_to_many construction
Hi there, I''ve got a table construction like this: presentation contactstate Hilton new Mc Donalds emailed etc. called visited etc. Now i''ve created an join table presentationcontactstate with extra fields like comment and date time. so i know for example when i called a specific presentation. Now
2005 Apr 26
0
Construction of a "mean" contengency table
Hi List, Say I have a data.frame "DF" with 6 columns, 3 factors and 3 variables, with different number of repetitions for each combination of factors. I would like to build, for two given factors, a matrix per variable, containing in each cell the mean or sd for a given couple of factors. I have managed to get to the result I wanted step by step, but I would like to have it in a
2011 May 03
1
bootstrap vignette construction and package installation
hi all - i'm trying to 'R CMD build' a package, but i have what appears to be a bootstrapping problem: i've included a vignette in my package, with R code interwoven (and built using Sweave), but in this documentation i have a code line: > library(MyPackage) now, when trying to build a .tar.gz install-able version of my package in a clean state, i remove the original
2011 Oct 24
0
R.oo package: do setMethodS3 work upon construction
Hello (Heinrich), I did not know I could do this. It doesn't seem to be documented anywhere. Thought this would be helpful to the fraction of the community using package R.oo. Note the call of a setMethodS3 method, xOne, in the setConstructorS3. This is extremely useful if xOne (in this case) is a very complex method (that you always want to be called every time you create a new object). If I
2006 Oct 23
0
Construction of Dataset for time varying COXPH analysis
Question: When survfit() function is used upon a coxph object, the 'n' returned is vastly smaller (n=6) than the number of distinct loans in the dataset used. I am trying to estimate a Cox proportional hazards model for a set of loans (over 6000) using using time varying covariates. For this 6000+ loans, I have some 62,000 different vectors representing the loans at different periods of
2004 Oct 25
1
sample variogram construction
Hi Im attempting to build a sample variogram for 300 obersvations of longitudinal data. So what I need to do is compute the half squared differences between pairs of residuals (for instance if a subject has 4 obersvations, this is 4 choose 2 paird differences) for each subject. Also, then I need the corresponding time differences within each individual. So the end result will be a 300 by 2
2006 Mar 24
1
SYSLINUX wiki under construction
A friend of mine, John Hawley, had the kindness to set up MediaWiki on my server; I didn't even have to do anything at all :) The goal is to migrate the website over completely to the Wiki over time, but I thought I'd offer that if someone is willing to help out and move the contents over, it would be delightful... this is a Wiki after all :) The Wiki is (temporarily) parked at
2008 Mar 08
1
[LLVMdev] Changing the return type for a function after construction
Is there any way to change the return type of a function after constructing one? Thanks, Robert
2008 Aug 13
0
[LLVMdev] Cleanup of constant sequence type construction
> What is the use of ConstantStruct without a type ? This one already exists, it makes the type from the arguments. We don't have the matching array version though. > One suggestion, while you're here, add methods that use SmallVector > (IMO removing methods that use std::vector is a good idea). Okay. Add seems like a safe start, remove is more volatile. - Daniel
2010 Oct 08
1
[LLVMdev] construction of ExecutionEngine without module
Hi! ExecutionEngine::addModule seems the method I have to use when I want to dynamically load snippets of code (e.g. containing a function) and execute them. I wonder why ExecutionEngine::create is only available with an initial module. I'd like to create an empty ExecutionEngine (i.e. without module) and then later use addModule. Is it possible do add such a method or can the pointer to
2011 Mar 29
0
[LLVMdev] Anomaly with CallGraph construction
Hi Gabriel, ... > Summarizing, I have two questions: 1) is the CallGraph analysis "working as > intended" here?; and 2) what would be the correct approach > to modifying the proposed analysis in order to detect that randlc() is being > called in that CallInst ? the reason that the callgraph analysis does not try to understand indirect calls like this is that other passes
2011 Nov 02
0
[LLVMdev] Unable to schedule 'Dominator Tree Construction'?
While I'm building 3.0, I thought I would ask if anyone has seen the following with TOT: Unable to schedule 'Dominator Tree Construction' required by 'Module Verifier' Unable to schedule pass UNREACHABLE executed at <root>/llvm/lib/VMCore/PassManager.cpp:1223! Abort This code was working with TOT ~3 weeks ago. This is a code generator, and execution library (the IR C++
2012 Jun 19
1
[LLVMdev] object construction patterns and unique_ptr
snip Forgive me if I am way off base, but if this is a "C++11" library why can't exceptions be used to signal the error? Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120619/b0c724b4/attachment.html>
2012 Nov 18
0
[LLVMdev] A lenient construction mode?
Is there a way to do a lenient construction of the IR? In particular one that doesn't do type checking? I am having the problem in my generator that occasionally I produce the wrong type which leads to an abort during the construction phase. If I were able to complete my construction and look at the textual assembly I'd probably be able to see my mistake easier. -- edA-qa mort-ora-y --
2013 Jun 02
1
[LLVMdev] Language Construction and IDE Kit
Hi, Is to possible to have a language construction and IDE integration kit for LLVM so that LLVM / Clang can be used for Meta Programming and defining new languages and DSLs. The definition of grammar, parsing, debugging, lint checking and IDE integration should be seamless and easy to use for a novice. Suminda -- Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond.,
2013 Jun 22
1
[LLVMdev] LLVM Frontend Construction / Developer Kit
Hi, LLVM is very impressive in the back end but to allow wider adaptation it will need a user friendly front end developer kit with parsers and lexers with easy grammar definition. There are piecemeal solutions out there but best is to have one unified simple solution with IDE integration plugins. Suminda -- Suminda Sirinath Salpitikorala Dharmasena, B.Sc. Comp. & I.S. (Hon.) Lond., P.G.Dip.