Questions tagged [heterogeneous]

This tag is ambiguous. Please use other, more specific tags to narrow down the scope of your question.

This tag is ambiguous. Please use other, more specific tags to narrow down the scope of your question.

116 questions
0
votes
0 answers

Calculate interactions for continuous variables using emmeans::emtrends()

I am trying the estimate the interaction for continuous variables with the emmeans::emtrends() function but I am having trouble doing so. Any help would be greatly appreciated it. See example below library("tibble") n=1e4 simdata <- tibble( age =…
SimRock
  • 229
  • 3
  • 10
0
votes
2 answers

Using Oracle Heterogenous services to access sql server database table via ODBC

I have created a dblink 'POC_HS' from oracle to sql (implemented heterogeneous services) and I am able to successfully pull out data from the default database that the DSN(for sql server) is connected to. So this 'select * from Test@POC_HS' is…
anivohra
  • 221
  • 2
  • 8
0
votes
1 answer

ANTLR: Heterogeneous AST and imaginary tokens

it's my first question here :) I'd like to build an heterogeneous AST with ANTLR for a simple grammar. There are different Interfaces to represent the AST nodes, e. g. IInfiExp, IVariableDecl. ANTLR comes up with CommonTree to hold all the…
Vertex
  • 2,682
  • 3
  • 29
  • 43
0
votes
1 answer

How to generate heatmap for heterogenous data type ( table contains numerics, logical, character , NA and empty cells) using R? (Not solved yet)

I want to create a heatmap using data frame which contains heterogeneous data (table contains all data types such as numeric values, logical, character , NA and empty cells). Here is an example dataset that matches the actual dataset I have. I want…
0
votes
1 answer

How to create multi-layered RecyclerView adapter?

In my Android project I have a complex RecyclerView. The structure of my RecyclerView looks like the attached image. In a few words, I have a main RecyclerView which contains a CardView, within the CardView I have another RecyclerView and each…
0
votes
2 answers

Is there a way to add a button or anything under a RecyclerView

The RecyclerView have to load n number of items initially, when the user scroll to the bottom of it I want a button or any other View on the bottom so that the user can click on it and a method to add n more items is triggered. I'm new to android…
Ashique
  • 25
  • 2
  • 5
0
votes
1 answer

How to determine if a pattern of distribution is different from a random/uniform distribution

Here is my case: Let's say we have 50 polygons(looks like this: and a point set distributed within these 50 polygons. So that for each polygon, there is an associated point density. What I want to test if whether the distribution pattern of this…
DigiPath
  • 179
  • 2
  • 10
0
votes
0 answers

Declaring an heterogeneous Array

It doesn't recognize item[1] I guess it's because the method is declared as a string in public static void main(STRING[] args). But how else should I declare the main method in oder to have the Integers accepted? This is the message Eclips comes up…
user12219713
0
votes
1 answer

How to split/reorganize heterogeneous dataframe with two columns into a dataframe with three columns in RR

i am trying to reorganize my dataframe with two colums into a dataframe with three columns. The problem looks ass follows: In my dataframe i have two columns: "Surgery" Information and "Date" of Operation. In the Column "Surgery" there is always the…
0
votes
0 answers

Chi-squared test in a meta-analysis for >2 samples in R

I'm trying to perform a chi-squared test for my data to test for heterogeneity. The data records the incubation period time for 10 studies. I'm really struggling because of the missing values and 0's. Is it even possible to test for homogeneity with…
J. Smith
  • 3
  • 3
0
votes
2 answers

Ada: deletion from a heterogeneous list

My assignment requires the creation of a package that creates a heterogeneous (using inheritance) doubly linked list. Inserting nodes into the list is simple enough, but my issue comes in when I have to locate a node containing certain…
0
votes
1 answer

ORA-00942: table or view does not exist when Selecting something from a table from a heterogenous service

I need to select table data in a Oracle Database from a Table, that is available in a SQL Server database. Therefore I created a database link to this Oracle database as described in http://www.dba-oracle.com/t_database_link_sql_server_oracle.htm.…
d_S97
  • 21
  • 1
  • 5
0
votes
1 answer

How to run leveneTest for 5,834 genes at the same time

We have 35 mesenchyaml stem cells (MSCs) single-cell RNA-Seq data, and would like to compare gene expression heterogeneity between different culture conditions (i.e. hypoxia and normoxia). In other words, We would like to identify genes that are…
Gary
  • 1
  • 1
0
votes
1 answer

Parsing heterogeneous map

I have a heterogeneous map which exists in JSON format and I would like to parse it and turn it into a heterogeneous map object (class HeterogeneousMap). To parse the map I use an object which defines all known keys the map can have (class…
Marcono1234
  • 5,856
  • 1
  • 25
  • 43
0
votes
0 answers

Heterogeneous container with dynamic access

I am looking for a heterogeneous container that allows dynamic access at runtime. Is that even possible? Is there any library that implements such a feature?
Yamahari
  • 1,926
  • 9
  • 25