Closed j0sien closed 7 months ago
Pleased to hear it's working nicely.
If I understand the issue correctly, the fix would involve comparing rater 1 and 2's coding based on something other than record_id. I have added a script to the scripts folder called title_match_example.r which makes the comparison based on the title of the paper, rather than the record_id. This is not yet incorporated into the report, but you can easily copy the code over. I will consider adding it as an option into the report, for sure.
If your record_id variables do not match, does that mean that you loaded in different RIS files into ASReview? In which case, it is possible that the title matching will not be perfect either. But, let me know how you get on.
disagree1_df <- secon_rec_df %>% filter(included == 1, primary_title %in% first_irrelevant_vec) %>%
select(record_id, first_authors, publication_year, primary_title, notes_abstract) # For older projects.
Error in filter()
:
! Problem while computing ..2 = primary_title %in% first_irrelevant_vec
.
Caused by error in primary_title %in% first_irrelevant_vec
:
! object 'primary_title' not found
Run rlang::last_error()
to see where the error occurred.
primary_title issue solved: is now called 'title'
`
rater 1`rater 2
It seems to go wrong at comparing the two. I've checked manually and know that
<html xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
Bo à Josien | 0 | 1 -- | -- | -- 0 | 11436 | 20 1 | 44 of which 35 unseen | 79
Hi there,
I tried out your script, it works very well. However, it turns out that the record_ids differ between me and my colleague. Therefore, I cannot use the results. Is there any automated way to update the record_ids so they match between the .csv files? (e.g. by matching on title?)