search for: strucutral

Displaying 13 results from an estimated 13 matches for "strucutral".

Did you mean: structural
2012 Nov 12
0
Adding Spatial Correlation Strucutre to Logistic Regression / Contingency Analysis
>From what I can tell by reading forum posts etc., this is not a trivial issue. An answer in 2008 indicated some directions, but I'm curious whether any developments have been made since then. In my data set I have 182 observations with a binomial response, a 2-level explanatory factor, and x and y coordinates. By visually inspecting the spatial distribution of standardized residual error
2006 Jan 12
4
How do you create a tree strucutre with ActiveRecord
I want to build an application that has the concept of administrative domains. What I mean by this is that administrators have access to different data, based on what domains they are a member of. The domain strucutre is hierarchical. Here is an example: - MLB - AL - East - Yankees - Red Sox ... + Central + West - NL + East + Central + West Now
2009 Aug 07
2
Listing shared mailboxes with a domainpart
Hy! I am currently configuring a new mailserver using postfix and dovecot 1.2.1. The filesystem strucutre in my spool directory is user1/ user2/ domain/info/ domain/office/ user1 and unser2 are ordinary users mailboxes, the latter two contain the virtual mailboxes for info at domain and office at domain as created by postfix. I want these virtual mailboxes (all of them are in maildir format) to
2010 May 19
1
Where is the construction of a dist object from raw data described?
Any reference to the appropriate documentation would be most appreciated. I am using the TSP module for clustering of HIV genetic sequences. The distances have already been computed and available as either upper-triangular or square, i.e.: a 1 2 3 b 4 5 c 6 d or a 0 1 2 3 b 1 0 4 5 c 2 4 0 6 d 3 5 6 0 The TSP modules takes in a "dist" object.
2006 May 17
4
weird prototype error when using RJS
I''m trying to set up a nested menu strucutre using RJS I want to be click on an item, have not have the whole page refresh but just have the menu <li id=''Selection''> refreshed 1 - my model is using :acts_as_tree 2 - in my controller I have the following.. it''s just a barebones start at being able to dig DOWN through the chilren def renderMenu
2012 Jul 28
1
Mixed-model with paired design & covariates
Dear all, I make habitat suitability models for animal species. The purpose of my research is to investigate the accuracy of different models. I clearly have a nested design: - accuracy_measure -> response variable - 2 model types (model_type) -> fixed effect - 230 species (species) -> random effect - 10 replicates/species (replicate) -> random effect - 10 subreplicate/replicate
2010 Aug 16
3
parkcall: How to remove announcement.
Hello all, I want to park calls using the callpark application, but I don't want to hear the saydigit when the called is parked. To resolve this issue I use the following instruction in the dialplan: exten => _8XX,1,ParkAndAnnounce(|1000|local/10 at default|) Because local/10 at default is not defined to a peer I get a lot of warnings. :( Is there a better way to resolve this
2016 Dec 22
0
Is it possible to increase MAX_NUM_DLLS in future R releases?
I have read both the historical r-devel threads and the most recent one regarding this. After reviewing the code, it would seem to beg for a linked-list implementation vs. an array implementation. This has several interesting consequences. Cons: 1) We pay for dynamic allocation every time we register a DLL. This isn't a problem in the grand scheme of things as registering a DLL results in
2006 Mar 17
0
parameter constraints in sem
...: [R] Did I use "step" function correctly? (Is R's step() functionreliable?) * Next message: [R] Bioconductor package on linux machine * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I would like to constrain three of the parameters I am estimating using sem (strucutral equation model package) but do not know how. Specifically, I would like to use the following constraint: beta1 + beta2 + beta3 = 1 can I assign variable names as the values for fixed parameters? If so, I could define the third parameter to be equal to 1 - beta1 - beta2. thanks, james
2011 Dec 12
0
using dcast to reshape a DF from long to wide with multiple measured variables per obs
I have data in the following format:   person<- c(1,1,1,1,2,2,2,2,2,3,3,3,3,3,3) v2<- c("2011-01-01", "2011-02-01", "2011-03-01", "2011-04-01", "2011-01-01", "2011-02-01", "2011-03-01", "2011-04-01", "2011-05-01", "2011-01-01", "2011-02-01", "2011-03-01",
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # Date 1332754018 -3600 # Node ID b3fc067f938da14fd8b0dce7b00c4876bbf99e8b # Parent d8e15dc99bf307bd0ae0b042f1d50409b9f26386 docs: wrap misc/xen-command-line.markdown to 80 columns Makes it more readable as a text document. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> diff -r d8e15dc99bf3 -r b3fc067f938d
2017 Jun 06
3
llvm-objcopy proposal
Fantastic! Thanks for all of the input! I'll be considering all of it going forward. The plan right now is just to worry about ELF executables and nothing else. I'm very sympathetic to the "llvm-objtool" change. If everyone is cool with it I'll change the name in the next CL to "llvm-objtool". To start out I implemented a very basic ELF64LE specific bit of code.
2010 Dec 11
0
is there a packge or code to generate markov chains in R
Hi, if i have data in the following time series format: time, amount, state 1 2222 A 1 333 B 2 45 A 2 77 B where states could be n and time periods t is there a package in R that would calculate the transition probabilities in a markov chain. for each t except t=0 to generate A B A B perhaps the best structure might