Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
65 views

I want to get the following table: +---+---+---+ | | b | c | | +---+---+ | a | | c | | + b +---+ | | | c | +---+---+---+ but I can't seem to make it happen. The closest I got was ...
Fun Mun Pieng's user avatar
1 vote
1 answer
1k views

I have a composite variable ("Needs Medical Attention") that is made up of several sub-variables ("Heart Disease", "Cancer"); that is, if a subject has "Heart ...
M. Bolt's user avatar
  • 35
0 votes
1 answer
637 views

I want to combine three table strata table summary objects. You can't merge them with the tbl_merge function. What can I do? I have three tables like this: table_one <- data %>% select(Var1m, ...
1 vote
0 answers
197 views

I got this example data frame in order to show what I want. # Set the random seed for reproducibility set.seed(123) # Create a vector with categories for each variable var1 <- sample(c("A&...
esteban's user avatar
  • 112
1 vote
0 answers
193 views

Name <- c("Nick", "Bill", "Maria", "Ben", "Tina") Type <- c("general", "specialized", "er", "specialized"...
0 votes
0 answers
43 views

How to make this type of table in R ? Thanks in advance.
2 votes
1 answer
1k views

I am attempting to add row totals to my tbl_summary(). Here is my code so far ibrary(tidyverse) library(gtsummary) set.seed(42) n <- 1000 dat <- data.frame(q=runif(n, min=45, max=85), ...
Sandro's user avatar
  • 123
1 vote
1 answer
819 views

I work with large databases that needs to be stored into a server. So, to work with them on Rstudio I have to open a connection to my Microsoft SQL Server with the dbConnect function : conn <- ...
stgdm's user avatar
  • 13
0 votes
1 answer
162 views

I've tried this using nbastatR: library(nbastatR) assign_nba_players() players <- df_dict_nba_players$idPlayer nba_careers <- players_careers(player_ids= players, modes="PerGame") But ...
ZZ5657's user avatar
  • 1
0 votes
0 answers
315 views

Trying to create a table that resembles below and would like to obtain a p value (using chi square testing, have approx 34000 patients and there is some missing data which I would like to exclude in ...
0 votes
2 answers
604 views

I'm trying to use the function "tbl_summary()", but I'm having the problem below, could someone help me, please? Error in mutate(): ! Problem while computing df_stats = pmap(...). Caused by ...
Lays's user avatar
  • 1
1 vote
1 answer
501 views

I'm using dbplyr to access a complex warehouse in snowflake, which contains multiple databases. I have write access to one of them, and read access to the rest. Sample structure WH_a - schema_a - ...
0 votes
1 answer
39 views

I am trying to access my table in SQL database. However, I am getting an unusual error. Can someone please help me I am very new at this. import sqlite3 import pandas as pd com = sqlite3.connect('...
1 vote
0 answers
556 views

I am trying to convert an Oracle database table into an "R" data frame. I am using the dplyr::tbl function as well as dbplyr::in_schmema to connect to the specific schema and table within ...
0 votes
0 answers
343 views

I'm working in a C++ native project and I need to import a .tbl file #import "C:\packages\S...\xx.tlb" raw_interfaces_only, named_guids, no_namespace But Visual studio 2019 always ask for ...
UserEsp's user avatar
  • 426

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /