You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
Hi Ben
I'm using your code well for smps analysis thank you for all.
i have some problem with prepare_data progress.
Update: converting data from wide to long format...
Error in as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
this is my data for smps analsysis. can i know what is problem with my data?
my data have some NA values so i replace to average values with "sapply"
this is my code for NA values
KAR_SMPS_D <- as.data.frame(KAR_SMPS)
sapply(KAR_SMPS_D, function(x) mean(x, na.rm=T))